diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-01 01:33:35 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-01 01:33:35 -0700 |
commit | bbad09e2b15eeca86f83a9d2a97449baf71e326f (patch) | |
tree | 9d10c3ec94ae11a7cd28131bbcf5d553245006ec /playbooks/roles/certbot/templates/cloudflare-credentials.ini.j2 | |
download | mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.tar.gz mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.zip |
init
Diffstat (limited to 'playbooks/roles/certbot/templates/cloudflare-credentials.ini.j2')
-rw-r--r-- | playbooks/roles/certbot/templates/cloudflare-credentials.ini.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/roles/certbot/templates/cloudflare-credentials.ini.j2 b/playbooks/roles/certbot/templates/cloudflare-credentials.ini.j2 new file mode 100644 index 0000000..4e7d9ac --- /dev/null +++ b/playbooks/roles/certbot/templates/cloudflare-credentials.ini.j2 @@ -0,0 +1 @@ +dns_cloudflare_api_token = {{ cloudflare_api_token }} |