Fix restart handler calls from dna-gw playbook
This commit is contained in:
parent
27a0d1b9dc
commit
f8d930acfb
1 changed files with 4 additions and 4 deletions
|
@ -106,7 +106,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart nginx
|
||||
notify: Restart nginx
|
||||
|
||||
- name: copy dns private key
|
||||
copy:
|
||||
|
@ -119,7 +119,7 @@
|
|||
- /srv/letsencrypt/live/dns.home.foo.sh/privkey.pem
|
||||
- "/srv/ca/private/{{ inventory_hostname }}.key"
|
||||
tags: certificates
|
||||
notify: restart unbound
|
||||
notify: Restart unbound
|
||||
- name: copy dns certificate and ca cert
|
||||
copy:
|
||||
dest: "{{ tls_certs }}/dns.home.foo.sh.crt"
|
||||
|
@ -131,7 +131,7 @@
|
|||
- /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem
|
||||
- "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt"
|
||||
tags: certificates
|
||||
notify: restart unbound
|
||||
notify: Restart unbound
|
||||
- name: copy dns zone files
|
||||
copy:
|
||||
dest: "/var/unbound/db/{{ item }}"
|
||||
|
@ -140,7 +140,7 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
tags: dns
|
||||
notify: restart unbound
|
||||
notify: Restart unbound
|
||||
with_items:
|
||||
- 20.172.in-addr.arpa
|
||||
- home.foo.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue