Thienvv - them playbook cho deploy_fe_portal, roles,...

This commit is contained in:
thienqb123456
2025-01-09 18:35:25 +07:00
parent 88a3e6bf5b
commit d3eb6b9351
8 changed files with 137 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
- name: Update site 1 IIS web application
win_iis_website:
name: "{{ iis_site_name_1 }}"
physical_path: "{{ target_path }}"
- name: Update site 2 IIS web application
win_iis_website:
name: "{{ iis_site_name_2 }}"
physical_path: "{{ target_path }}"
# - name: Restart IIS site to apply changes
# win_iis_website:
# name: "{{ iis_site_name }}"
# state: restarted