From 2d6d20c912efa513f97b963e240e2e110e681db8 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Fri, 28 Feb 2025 18:06:51 +0700 Subject: [PATCH] update --- inventory/host_vars/beta-portal-frontend.yml | 16 ---------------- inventory/host_vars/beta-portal-hnt-frontend.yml | 4 ++++ .../host_vars/beta-portal-ktdt-frontend.yml | 4 ++++ inventory/host_vars/uat-portal-frontend.yml | 11 ----------- inventory/host_vars/uat-portal-hnt-frontend.yml | 4 ++++ 5 files changed, 12 insertions(+), 27 deletions(-) delete mode 100644 inventory/host_vars/beta-portal-frontend.yml create mode 100644 inventory/host_vars/beta-portal-hnt-frontend.yml create mode 100644 inventory/host_vars/beta-portal-ktdt-frontend.yml delete mode 100644 inventory/host_vars/uat-portal-frontend.yml create mode 100644 inventory/host_vars/uat-portal-hnt-frontend.yml diff --git a/inventory/host_vars/beta-portal-frontend.yml b/inventory/host_vars/beta-portal-frontend.yml deleted file mode 100644 index 9a154f0..0000000 --- a/inventory/host_vars/beta-portal-frontend.yml +++ /dev/null @@ -1,16 +0,0 @@ -temp_dir: "C:\\deploy\\vpress\\temp" -# iis_site_name_1: "beta.kinhtedothi.vn" -# iis_site_name_2: "beta.hanoitimes.vn" -# blue_path: "C:\\deploy\\portal\\fe\\blue" -# green_path: "C:\\deploy\\portal\\fe\\green" - -# iis_site_name_1: "kinhtedothi.vn" -# iis_site_name_2: "hanoitimes.vn" -# blue_path: "C:\\deploy\\portal\\fe2\\blue" -# green_path: "C:\\deploy\\portal\\fe2\\green" - - -iis_site_name_1: "beta.kinhtedothi.vn" -iis_site_name_2: "beta.hanoitimes.vn" -blue_path: "C:\\deploy\\portal\\fe\\blue" -green_path: "C:\\deploy\\portal\\fe\\green" \ No newline at end of file diff --git a/inventory/host_vars/beta-portal-hnt-frontend.yml b/inventory/host_vars/beta-portal-hnt-frontend.yml new file mode 100644 index 0000000..c82e871 --- /dev/null +++ b/inventory/host_vars/beta-portal-hnt-frontend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "beta.hanoitimes.vn" +blue_path: "C:\\deploy\\portal\\fe\\hnt\\blue" +green_path: "C:\\deploy\\portal\\fe\\hnt\\green" \ No newline at end of file diff --git a/inventory/host_vars/beta-portal-ktdt-frontend.yml b/inventory/host_vars/beta-portal-ktdt-frontend.yml new file mode 100644 index 0000000..3b379f5 --- /dev/null +++ b/inventory/host_vars/beta-portal-ktdt-frontend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "beta.kinhtedothi.vn" +blue_path: "C:\\deploy\\portal\\fe\\ktdt\\blue" +green_path: "C:\\deploy\\portal\\fe\\ktdt\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat-portal-frontend.yml b/inventory/host_vars/uat-portal-frontend.yml deleted file mode 100644 index 7960e3d..0000000 --- a/inventory/host_vars/uat-portal-frontend.yml +++ /dev/null @@ -1,11 +0,0 @@ -temp_dir: "C:\\deploy\\vpress\\temp" - -# iis_site_name_1: "uat-portal.vpress.vn" -# iis_site_name_2: "uat-portal2" -# blue_path: "C:\\deploy\\vpress\\portal\\fe\\blue" -# green_path: "C:\\deploy\\vpress\\portal\\fe\\green" - - -iis_site_name: "uat-portal.vpress.vn" -blue_path: "C:\\deploy\\vpress\\portal\\fe\\blue" -green_path: "C:\\deploy\\vpress\\portal\\fe\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat-portal-hnt-frontend.yml b/inventory/host_vars/uat-portal-hnt-frontend.yml new file mode 100644 index 0000000..702f1d3 --- /dev/null +++ b/inventory/host_vars/uat-portal-hnt-frontend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "uat-portal2.vpress.vn" +blue_path: "C:\\deploy\\vpress\\portal\\fe\\hnt\\blue" +green_path: "C:\\deploy\\vpress\\portal\\fe\\hnt\\green" \ No newline at end of file