Files
ansible/playbooks/firewall.yml
2024-07-05 11:53:54 +02:00

15 lines
232 B
YAML

---
- name: Retrieve network info
hosts: all:!disabled_server_conf:!machinbox.mateu.be
gather_facts: true
gather_subset:
- network
tasks: []
- name: Deploy firewall
hosts: router
diff: true
roles:
- firewall