fp/ansible/roles/our/tasks/main.yml
CJ_Clippy bf53429e0f
Some checks failed
fp/our CI/CD / build (push) Successful in 6m48s
ci / test (push) Failing after 7m33s
use command instead of entrypoing
2025-10-05 22:19:07 -08:00

14 lines
267 B
YAML

---
- name: Configure filesystem
ansible.builtin.include_tasks:
file: filesystem.yml
- name: Configure docker stack
ansible.builtin.include_tasks:
file: stack.yml
- name: Deploy our via docker stack
ansible.builtin.include_tasks:
file: stack.yml