convert repo to ansible collection patrickj.docker_compose_app

This commit is contained in:
2026-07-16 21:43:52 -04:00
parent 1aff50b74e
commit 2d393ff46e
14 changed files with 458 additions and 411 deletions
+14
View File
@@ -0,0 +1,14 @@
---
- ansible.builtin.include_tasks: setup.yml
tags: [setup, deploy]
- ansible.builtin.include_tasks: restore.yml
tags: [restore, never]
- ansible.builtin.include_tasks: deploy.yml
tags: [deploy]
- ansible.builtin.include_tasks: health_check.yml
tags: [deploy, healthcheck]
- ansible.builtin.include_tasks: backup.yml
tags: [backup, never]
- ansible.builtin.include_tasks: update.yml
tags: [update, never]