CJ_Clippy 325fe576e2
Some checks failed
ci / test (push) Failing after 6m3s
fp/our CI/CD / build (push) Successful in 1m27s
add ipfs playbook
2025-10-04 08:45:34 -08:00

12 lines
235 B
YAML

---
- 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: swarm_enable_worker