Add certbot installation with root cert renew
This commit is contained in:
parent
a08eb939b6
commit
c7a20e14a1
9 changed files with 101 additions and 14 deletions
5
roles/reverse-proxy/handlers/main.yml
Normal file
5
roles/reverse-proxy/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Confirm Certbot plugin containment level
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd: snap set certbot trust-plugin-with-root=ok
|
||||
Loading…
Add table
Add a link
Reference in a new issue