diff options
author | Christian Segundo | 2023-04-20 12:16:02 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-20 12:16:02 +0200 |
commit | 8528ecb1102c9b09d5ad6213790eb1c0768fb7d7 (patch) | |
tree | 2b7a2a5e450b5995058fa5f0e7d60aad7ccc29be /defaults | |
download | certbot-dns-cloudflare-8528ecb1102c9b09d5ad6213790eb1c0768fb7d7.tar.gz |
first commit
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..a344f54 --- /dev/null +++ b/defaults/main.yml @@ -0,0 +1,5 @@ +--- +certbot_auto_renew_user: root +certbot_create_if_missing: true +certbot_install_method: package +certbot_create_method: standalone |