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
|
- base
|
||||||
- ifstated
|
- ifstated
|
||||||
- dhcpd
|
- dhcpd
|
||||||
|
- nginx/server
|
||||||
|
- role: nginx/site
|
||||||
|
site: gw.home.foo.sh
|
||||||
- tftp
|
- tftp
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -91,7 +94,7 @@
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem
|
- /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem
|
||||||
- "/srv/ca/certs/{{ inventory_hostname }}.crt"
|
- "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt"
|
||||||
tags: certificate
|
tags: certificate
|
||||||
notify: restart unbound
|
notify: restart unbound
|
||||||
- name: copy dns zone files
|
- name: copy dns zone files
|
||||||
|
|
Loading…
Add table
Reference in a new issue