10 lines
142 B
YAML
Executable file
10 lines
142 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- vm_network
|
|
- vm_test
|
|
- vm_services
|
|
- pve_network
|
|
roles:
|
|
- resolvconf
|
|
...
|