7 lines
81 B
YAML
Executable file
7 lines
81 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- dhcp
|
|
roles:
|
|
- dhcpd
|
|
...
|