Add nginx to dna-gw hosts
This commit is contained in:
parent
0c4835c883
commit
91ae224caa
1 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,9 @@
|
|||
- base
|
||||
- ifstated
|
||||
- dhcpd
|
||||
- nginx/server
|
||||
- role: nginx/site
|
||||
site: gw.home.foo.sh
|
||||
- tftp
|
||||
|
||||
tasks:
|
||||
|
@ -91,7 +94,7 @@
|
|||
group: "{{ ansible_wheel }}"
|
||||
with_first_found:
|
||||
- /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem
|
||||
- "/srv/ca/certs/{{ inventory_hostname }}.crt"
|
||||
- "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt"
|
||||
tags: certificate
|
||||
notify: restart unbound
|
||||
- name: copy dns zone files
|
||||
|
|
Loading…
Add table
Reference in a new issue