Initial commit
This commit is contained in:
commit
aa9e1b2346
7 changed files with 91 additions and 0 deletions
10
example_playbook.yml
Normal file
10
example_playbook.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue