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

16 lines
324 B
YAML

---
- name: Configure firewall
ansible.builtin.include_tasks:
file: firewall.yml
- name: Configure swarm manager
ansible.builtin.include_tasks:
file: manager.yml
when: swarm_enable_manager
- name: Configure swarm worker
ansible.builtin.include_tasks:
file: worker.yml
when: not swarm_enable_manager