Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
15
roles/dnsdhcptftp/handlers/main.yml
Normal file
15
roles/dnsdhcptftp/handlers/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
- name: restart isc-dhcp-server
|
||||
systemd: name=isc-dhcp-server state=restarted enabled=yes
|
||||
listen: restart isc-dhcp-server
|
||||
|
||||
- name: restart bind
|
||||
systemd: name=bind9 state=restarted enabled=yes
|
||||
listen: restart bind
|
||||
|
||||
- name: restart tftpd-hpa
|
||||
systemd: name=tftpd-hpa state=restarted enabled=yes
|
||||
listen: restart tftpd-hpa
|
||||
|
||||
- name: restart dhcp-client
|
||||
systemd: name=ifup@{{ if_wan }} state=restarted enabled=yes
|
||||
listen: restart dhcp-client
|
Loading…
Add table
Add a link
Reference in a new issue