You've already forked linux_ws2122_ansible
Initial Commit
This commit is contained in:
13
roles/bind_dhcp/handlers/main.yaml
Normal file
13
roles/bind_dhcp/handlers/main.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: restart dhcpd
|
||||
systemd:
|
||||
name: dhcpd
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: restart named
|
||||
systemd:
|
||||
name: named
|
||||
state: restarted
|
||||
daemon_reload: true
|
Reference in New Issue
Block a user