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 /group_vars/certbot.yml | |
download | mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.tar.gz mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.zip |
init
Diffstat (limited to 'group_vars/certbot.yml')
-rw-r--r-- | group_vars/certbot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/certbot.yml b/group_vars/certbot.yml new file mode 100644 index 0000000..23a10e6 --- /dev/null +++ b/group_vars/certbot.yml @@ -0,0 +1,6 @@ +--- + +cloudflare_credentials_destination: /root/.cloudflare-dns-api-key.ini +certbot_post_hook_dir: /etc/letsencrypt/renewal-hooks/post +certbot_live_dir: /etc/letsencrypt/live +certbot_email: infra@mistymountainstherapy.com |