From 8528ecb1102c9b09d5ad6213790eb1c0768fb7d7 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 20 Apr 2023 12:16:02 +0200 Subject: first commit --- defaults/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 defaults/main.yml (limited to 'defaults') 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 -- cgit v1.2.3