fp/ansible/roles/our/tasks/main.yml
CJ_Clippy 8ef71691e0
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run
use container port 3000
2025-10-07 04:12:07 -08:00

14 lines
265 B
YAML

---
- name: Configure firewall
ansible.builtin.include_tasks:
file: firewall.yml
- name: Configure filesystem
ansible.builtin.include_tasks:
file: filesystem.yml
- name: Configure docker stack app
ansible.builtin.include_tasks:
file: stack.yml