Files
ansible/playbooks/firewall.yml
VC a94e9fcc9e
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m40s
: remove the mandatory gather_subsets of all VMs
2025-03-31 13:30:13 +02:00

15 lines
224 B
YAML

---
- name: Retrieve network info for physical machines
hosts: physicalservers
gather_facts: true
gather_subset:
- network
tasks: []
- name: Deploy firewall
hosts: router
diff: true
roles:
- firewall