Thienvv - new ansible part5

This commit is contained in:
thienqb123456
2025-03-05 18:19:08 +07:00
parent f61855de2f
commit 8fc17fc09f
28 changed files with 116 additions and 271 deletions
+22 -9
View File
@@ -1,13 +1,26 @@
- name: Setup environment
import_tasks: setup.yml
- name: Deploy application
import_tasks: deploy.yml
- name: get_site_current_active_path.yml
import_role:
name: iis_utils
tasks_from: get_site_current_active_path.yml
- name: Clean up temporary files
import_tasks: cleanup.yml
- name: set_target_path
import_role:
name: iis_utils
tasks_from: set_target_path.yml
- name: Switch
import_tasks: switch.yml
- name: artifact_download
import_role:
name: iis_utils
tasks_from: artifact_download.yml
- name: artifact_deploy
import_role:
name: iis_utils
tasks_from: artifact_deploy.yml
- name: update_iis_physical_path
import_role:
name: iis_utils
tasks_from: update_iis_physical_path.yml