8 lines
95 B
YAML
Executable file
8 lines
95 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- infra
|
|
- isp
|
|
roles:
|
|
- firewall
|
|
...
|