dhcpd: Install and configure ISC DHCPD
This commit is contained in:
6
roles/dhcpd/handlers/main.yml
Normal file
6
roles/dhcpd/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: restart dhcpd
|
||||
service: name=dhcpd
|
||||
state=restarted
|
||||
- name: restart dhcpd6
|
||||
service: name=dhcpd6
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user