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
+16
View File
@@ -0,0 +1,16 @@
- name: Setup environment
import_tasks: setup.yml
# - name: Run common checks
# import_tasks: common.yml
- name: Deploy application
import_tasks: deploy.yml
# - name: Clean up temporary files
# import_tasks: cleanup.yml
- name: Switch
import_tasks: switch.yml