10 lines
201 B
YAML
Executable file
10 lines
201 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- edge-1.rtr.infra.auro.re
|
|
- edge-2.rtr.infra.auro.re
|
|
- infra-1.rtr.infra.auro.re
|
|
- infra-2.rtr.infra.auro.re
|
|
roles:
|
|
- ip_forward
|
|
...
|