convert repo to ansible collection patrickj.docker_compose_app
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user