From 89a9cc4500867cf94f2c7a58403e6a8c1c151672 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Mon, 23 Dec 2024 01:28:28 +0700 Subject: [PATCH] Thienvv - --- inventory/host_vars/{prod_be_acp.yml => prod-acp-backend.yml} | 0 .../host_vars/{prod_fe_acp.yml => prod-acp-frontend.yml} | 0 .../host_vars/{prod_be_portal.yml => prod-portal-backend.yml} | 0 .../{prod_fe_portal.yml => prod-portal-frontend.yml} | 0 inventory/host_vars/uat_be_acp.yml | 4 ---- inventory/host_vars/uat_be_portal.yml | 4 ---- inventory/host_vars/uat_fe_acp.yml | 4 ---- inventory/host_vars/uat_fe_portal.yml | 4 ---- 8 files changed, 16 deletions(-) rename inventory/host_vars/{prod_be_acp.yml => prod-acp-backend.yml} (100%) rename inventory/host_vars/{prod_fe_acp.yml => prod-acp-frontend.yml} (100%) rename inventory/host_vars/{prod_be_portal.yml => prod-portal-backend.yml} (100%) rename inventory/host_vars/{prod_fe_portal.yml => prod-portal-frontend.yml} (100%) delete mode 100644 inventory/host_vars/uat_be_acp.yml delete mode 100644 inventory/host_vars/uat_be_portal.yml delete mode 100644 inventory/host_vars/uat_fe_acp.yml delete mode 100644 inventory/host_vars/uat_fe_portal.yml 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