dhcpd: Initial version of role.
Currently works only for main DHCP server.
This commit is contained in:
parent
4634a9687b
commit
d4a29bb758
5 changed files with 117 additions and 0 deletions
5
roles/dhcpd/handlers/main.yml
Normal file
5
roles/dhcpd/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart dhcpd
|
||||
service:
|
||||
name: "{{ dhcpd_service }}"
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue