fp/ansible/roles/our/tasks/main.yml
CJ_Clippy 7b8de04085
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run
wait 60s for pgadmin
2025-10-10 04:25:40 -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