ansible/playbooks/iproute2.yml
2023-11-07 04:11:28 +01:00

11 lines
116 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- edge
- isp
- infra
- vpn
roles:
- iproute2
...