From b16f6d8d12722bfe43c098c566a8293fc3a932ee Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 8 Feb 2022 20:01:43 -0800 Subject: [PATCH] + Streamlining renewal of certs for all hosts/sites --- playbooks/athens-common/update-certs.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 playbooks/athens-common/update-certs.yml diff --git a/playbooks/athens-common/update-certs.yml b/playbooks/athens-common/update-certs.yml new file mode 100644 index 0000000..50f6118 --- /dev/null +++ b/playbooks/athens-common/update-certs.yml @@ -0,0 +1,5 @@ +--- +- include_tasks: '../beta/certbot.yml' +- include_tasks: '../alpha/certbot.yml' + +