From 26f8e27b5f86f648cc9063e85ddf72f72b701999 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Tue, 4 Mar 2025 17:31:13 +0700 Subject: [PATCH] fix 21 --- inventory/host_vars/uat-resource-hnt-backend.yml | 4 ++++ inventory/host_vars/uat-resource-ktdt-backend.yml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 inventory/host_vars/uat-resource-hnt-backend.yml create mode 100644 inventory/host_vars/uat-resource-ktdt-backend.yml diff --git a/inventory/host_vars/uat-resource-hnt-backend.yml b/inventory/host_vars/uat-resource-hnt-backend.yml new file mode 100644 index 0000000..a556f55 --- /dev/null +++ b/inventory/host_vars/uat-resource-hnt-backend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "resource.vpress.vn" +blue_path: "C:\\deploy\\vpress\\resource\\hnt\\blue" +green_path: "C:\\deploy\\vpress\\resource\\hnt\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat-resource-ktdt-backend.yml b/inventory/host_vars/uat-resource-ktdt-backend.yml new file mode 100644 index 0000000..4355233 --- /dev/null +++ b/inventory/host_vars/uat-resource-ktdt-backend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "resource.vpress.vn" +blue_path: "C:\\deploy\\vpress\\resource\\ktdt\\blue" +green_path: "C:\\deploy\\vpress\\resource\\ktdt\\green" \ No newline at end of file