dhcpd: Initial version of role.

Currently works only for main DHCP server.
This commit is contained in:
Timo Makinen 2021-04-22 20:37:28 +00:00
parent 4634a9687b
commit d4a29bb758
5 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart dhcpd
service:
name: "{{ dhcpd_service }}"
state: restarted