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

12 lines
246 B
YAML

---
- name: Configure rssapp docker service
ansible.builtin.include_tasks:
file: service.yml
when: inventory_hostname == groups['swarm'] | first
- name: Configure rssapp firewall
ansible.builtin.include_tasks:
file: firewall.yml