Ensure nginx is in place before certbot tries to issue certs
This commit is contained in:
parent
f90ae0b1b4
commit
ac36a6b323
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
- hosts: casey
|
- hosts: casey
|
||||||
roles:
|
roles:
|
||||||
|
- nginx
|
||||||
- role: geerlingguy.certbot
|
- role: geerlingguy.certbot
|
||||||
become: true
|
become: true
|
||||||
- nginx
|
|
||||||
- gateway
|
- gateway
|
||||||
- nebula
|
- nebula
|
||||||
- headscale
|
- headscale
|
||||||
|
@ -110,11 +110,11 @@
|
||||||
|
|
||||||
- hosts: walker
|
- hosts: walker
|
||||||
roles:
|
roles:
|
||||||
|
- nginx
|
||||||
- role: geerlingguy.certbot
|
- role: geerlingguy.certbot
|
||||||
become: true
|
become: true
|
||||||
- nebula
|
- nebula
|
||||||
- coredns_docker_proxy
|
- coredns_docker_proxy
|
||||||
- nginx
|
|
||||||
- plausible
|
- plausible
|
||||||
- restic
|
- restic
|
||||||
- commento
|
- commento
|
||||||
|
|
Loading…
Reference in a new issue