18 lines
224 B
YAML
Executable file
18 lines
224 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- infra
|
|
- dns
|
|
- ntp
|
|
- prometheus
|
|
- radius
|
|
- edge
|
|
- dhcp
|
|
- ldap
|
|
- isp
|
|
- vpn
|
|
- vm_test
|
|
- vm_services
|
|
roles:
|
|
- systemd_link
|
|
...
|