infra/ansible/playbooks/vela.yml

7 lines
77 B
YAML

---
- hosts: vela
roles:
- role: firewalld
tags: [firewalld]
...