9 lines
84 B
YAML
9 lines
84 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
|
|
roles:
|
|
- role: zen_dhcpd
|