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