diff --git a/inventory/host_vars/prod_be_acp.yml b/inventory/host_vars/prod-acp-backend.yml similarity index 100% rename from inventory/host_vars/prod_be_acp.yml rename to inventory/host_vars/prod-acp-backend.yml diff --git a/inventory/host_vars/prod_fe_acp.yml b/inventory/host_vars/prod-acp-frontend.yml similarity index 100% rename from inventory/host_vars/prod_fe_acp.yml rename to inventory/host_vars/prod-acp-frontend.yml diff --git a/inventory/host_vars/prod_be_portal.yml b/inventory/host_vars/prod-portal-backend.yml similarity index 100% rename from inventory/host_vars/prod_be_portal.yml rename to inventory/host_vars/prod-portal-backend.yml diff --git a/inventory/host_vars/prod_fe_portal.yml b/inventory/host_vars/prod-portal-frontend.yml similarity index 100% rename from inventory/host_vars/prod_fe_portal.yml rename to inventory/host_vars/prod-portal-frontend.yml diff --git a/inventory/host_vars/uat_be_acp.yml b/inventory/host_vars/uat_be_acp.yml deleted file mode 100644 index 5b8e711..0000000 --- a/inventory/host_vars/uat_be_acp.yml +++ /dev/null @@ -1,4 +0,0 @@ -temp_dir: "C:\\deploy\\vpress\\temp" -iis_site_name: "api-acp-2025" -blue_path: "C:\\deploy\\vpress\\acp\\be\\blue" -green_path: "C:\\deploy\\vpress\\acp\\be\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat_be_portal.yml b/inventory/host_vars/uat_be_portal.yml deleted file mode 100644 index 1046b2e..0000000 --- a/inventory/host_vars/uat_be_portal.yml +++ /dev/null @@ -1,4 +0,0 @@ -temp_dir: "C:\\deploy\\vpress\\temp" -iis_site_name: "api-portal-2025" -blue_path: "C:\\deploy\\vpress\\portal\\be\\blue" -green_path: "C:\\deploy\\vpress\\portal\\be\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat_fe_acp.yml b/inventory/host_vars/uat_fe_acp.yml deleted file mode 100644 index 293a6c6..0000000 --- a/inventory/host_vars/uat_fe_acp.yml +++ /dev/null @@ -1,4 +0,0 @@ -temp_dir: "C:\\deploy\\vpress\\temp" -iis_site_name: "uat-acp.vpress.vn" -blue_path: "C:\\deploy\\vpress\\acp\\fe\\blue" -green_path: "C:\\deploy\\vpress\\acp\\fe\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat_fe_portal.yml b/inventory/host_vars/uat_fe_portal.yml deleted file mode 100644 index e1a0f01..0000000 --- a/inventory/host_vars/uat_fe_portal.yml +++ /dev/null @@ -1,4 +0,0 @@ -temp_dir: "C:\\deploy\\vpress\\temp" -iis_site_name: "uat_be_acp_TEST" -blue_path: "C:\\deploy\\vpress\\portal\\fe\\blue" -green_path: "C:\\deploy\\vpress\\portal\\fe\\green" \ No newline at end of file