From 91ae224caa54b41409b5663068367b21495fa973 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 7 Oct 2021 19:22:22 +0000 Subject: [PATCH] Add nginx to dna-gw hosts --- playbooks/dna-gw.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index 19f04a8..7a9764a 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -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