From ac36a6b3238c7e6eb65a235c83b9fa25275a618b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 4 May 2024 12:52:33 +0100 Subject: [PATCH] Ensure nginx is in place before certbot tries to issue certs --- ansible/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/main.yml b/ansible/main.yml index e5ce263..aa8bf16 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -8,9 +8,9 @@ - hosts: casey roles: + - nginx - role: geerlingguy.certbot become: true - - nginx - gateway - nebula - headscale @@ -110,11 +110,11 @@ - hosts: walker roles: + - nginx - role: geerlingguy.certbot become: true - nebula - coredns_docker_proxy - - nginx - plausible - restic - commento