Initial commit

This commit is contained in:
Philip (a-0) 2022-07-22 00:41:16 +02:00
commit aa9e1b2346
7 changed files with 91 additions and 0 deletions

10
example_playbook.yml Normal file
View file

@ -0,0 +1,10 @@
- hosts: certbot.machine.tld
roles:
- certbot
vars:
certbot_mail_address: mail@example.com
certbot_domains:
- primary.my.tld
- another.my.tld
certbot_post_renewal_script: |
scp /etc/letsencrypt/live/primary.my.tld/fullchain.pem remote:/etc/certdest