-------------------------- * ADD: - unms.thezengarden.net -> 10.1.1.168 * MODIFY: - hosts all -> dhcpd_nodes
9 lines
92 B
YAML
9 lines
92 B
YAML
---
|
|
- hosts: dhcpd_nodes
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
|
|
roles:
|
|
- role: zen_dhcpd
|