Thienvv - first commit - ansible

This commit is contained in:
thienqb123456
2024-12-12 11:53:34 +07:00
commit 1301d3f726
17 changed files with 185 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
- name: Update IIS web application path
win_iis_website:
name: "{{ iis_site_name }}"
physical_path: "{{ target_path }}"
# - name: Restart IIS site to apply changes
# win_iis_website:
# name: "{{ iis_site_name }}"
# state: restarted