diff options
author | Christian Segundo | 2023-04-20 21:03:35 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-20 21:03:35 +0200 |
commit | fb9dcc43b577827d096a59ac31e9827da0ac618d (patch) | |
tree | 18e447cceb44d46c734c76c1afd235e59ab0cfe1 | |
parent | 9948993c5e2de28fd5e6ad2dd1ce0e237ac508ac (diff) | |
download | certbot-dns-cloudflare-fb9dcc43b577827d096a59ac31e9827da0ac618d.tar.gz |
misc vars1.0.3
-rw-r--r-- | defaults/main.yml | 4 | ||||
-rw-r--r-- | vars/main.yaml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/defaults/main.yml b/defaults/main.yml deleted file mode 100644 index 2a9a1c1..0000000 --- a/defaults/main.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -certbot_auto_renew_user: root -certbot_create_if_missing: true -certbot_install_method: package diff --git a/vars/main.yaml b/vars/main.yaml index 0eaeef4..9525675 100644 --- a/vars/main.yaml +++ b/vars/main.yaml @@ -2,3 +2,6 @@ certbot_create_method: standalone certbot_create_standalone_stop_services: [] certbot_create_command: "certbot certonly --noninteractive --dns-cloudflare --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}" +certbot_auto_renew_user: root +certbot_create_if_missing: true +certbot_install_method: package |