1
0
Fork 0
home-stack-ansible/roles/haproxy/templates/certbot-creds.ini

8 lines
293 B
INI
Raw Normal View History

2024-04-05 23:16:28 +00:00
{% if letsencrypt.digitalocean is defined %}
2021-08-25 04:33:56 +00:00
dns_digitalocean_token = {{ letsencrypt.digitalocean.token }}
2024-04-05 23:16:28 +00:00
{% endif %}
{% if letsencrypt.cloudflare is defined %}
dns_cloudflare_email= {{ letsencrypt.cloudflare.email }}
dns_cloudflare_api_key = {{ letsencrypt.cloudflare.api_key }}
{% endif %}