mirror of
https://github.com/nikdoof/ansible-certbot.git
synced 2025-12-23 06:39:26 +00:00
Initial commit
This commit is contained in:
2
templates/do_secrets.j2
Normal file
2
templates/do_secrets.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
# DigitalOcean API credentials used by Certbot
|
||||
dns_digitalocean_token = {{ digitalocean_token }}
|
||||
3
templates/gd_secrets.j2
Normal file
3
templates/gd_secrets.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
# GoDaddy API credentials used by Certbot
|
||||
dns_godaddy_secret = {{ certbot_godaddy_secret }}
|
||||
dns_godaddy_key = {{ certbot_godaddy_key }}
|
||||
Reference in New Issue
Block a user