CJ_Clippy 7b8de04085
Some checks are pending
ci / test (push) Has started running
fp/our CI/CD / build (push) Has started running
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