2023-03-27 11:56:17 +02:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
---
|
|
|
|
- hosts:
|
|
|
|
- edge-1.rtr.infra.auro.re
|
|
|
|
- edge-2.rtr.infra.auro.re
|
2023-03-27 21:51:07 +02:00
|
|
|
- infra-1.rtr.infra.auro.re
|
|
|
|
- infra-2.rtr.infra.auro.re
|
2023-03-27 11:56:17 +02:00
|
|
|
roles:
|
|
|
|
- ip_forward
|
|
|
|
...
|