dhcp/playbook.yaml

8 lines
129 B
YAML

---
# execute this role
- name: "install and configure a DHCP server"
hosts: "all"
become: true
roles:
- role: "dhcp"