13 lines
226 B
YAML
Executable file
13 lines
226 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- edge-2.rtr.infra.auro.re
|
|
vars:
|
|
systemd_link__links:
|
|
viarezo0:
|
|
enabled: false
|
|
vlan123:
|
|
mac: 04:00:00:d8:d6:a2
|
|
roles:
|
|
- systemd_link
|
|
...
|