ansible/playbooks/firewall.yml

9 lines
95 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- infra
- isp
roles:
- firewall
...