diff --git a/inventory/host_vars/prod-resource-backend.yml b/inventory/host_vars/prod-resource-backend.yml new file mode 100644 index 0000000..f804829 --- /dev/null +++ b/inventory/host_vars/prod-resource-backend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "cdn-demo.kinhtedothi.vn" +blue_path: "C:\\deploy\\vpress\\resource\\blue" +green_path: "C:\\deploy\\vpress\\resource\\green" \ No newline at end of file diff --git a/inventory/host_vars/uat-resource-backend.yml b/inventory/host_vars/uat-resource-backend.yml new file mode 100644 index 0000000..2225d0f --- /dev/null +++ b/inventory/host_vars/uat-resource-backend.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "resource.vpress.vn" +blue_path: "C:\\deploy\\vpress\\resource\\blue" +green_path: "C:\\deploy\\vpress\\resource\\green" \ No newline at end of file diff --git a/inventory/uat.ini b/inventory/uat.ini index babb5c2..e9c0e02 100644 --- a/inventory/uat.ini +++ b/inventory/uat.ini @@ -4,6 +4,9 @@ uat-acp-backend ansible_host=123.30.172.34 ansible_user=jenkins_cicd ansible_pa [uat-portal-backend-webservers] uat-portal-backend ansible_host=123.30.172.34 ansible_user=jenkins_cicd ansible_password=Thienthien123@ ansible_connection=winrm ansible_port=5985 ansible_winrm_transport=ntlm ansible_winrm_server_cert_validation=ignore +[uat-resource-backend-webservers] +uat-resource-backend ansible_host=123.30.172.34 ansible_user=jenkins_cicd ansible_password=Thienthien123@ ansible_connection=winrm ansible_port=5985 ansible_winrm_transport=ntlm ansible_winrm_server_cert_validation=ignore + [uat-acp-frontend-webservers] uat-acp-frontend ansible_host=123.30.172.34 ansible_user=jenkins_cicd ansible_password=Thienthien123@ ansible_connection=winrm ansible_port=5985 ansible_winrm_transport=ntlm ansible_winrm_server_cert_validation=ignore