From 5e73dfb67cdea4c53344aeb723a62ccf4b4da431 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Jun 2018 19:43:35 +0200 Subject: [PATCH] add loglevel to plugin config --- defaults/main.yml | 1 + templates/corenetworks/config.ini.j2 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index a858af3..5971709 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -40,3 +40,4 @@ certbot_core_networks_api_host: https://beta.api.core-networks.de/ certbot_core_networks_api_user: myuser certbot_core_networks_api_password: secure certbot_core_networks_dns_zone: mydomain.com +certbot_core_networks_log_level: error diff --git a/templates/corenetworks/config.ini.j2 b/templates/corenetworks/config.ini.j2 index a2cb5c6..1f2c24d 100644 --- a/templates/corenetworks/config.ini.j2 +++ b/templates/corenetworks/config.ini.j2 @@ -8,3 +8,6 @@ PASSWORD = {{ certbot_core_networks_api_password }} [DNS] ZONE = {{ certbot_core_networks_dns_zone }} + +[LOG] +LEVEL = {{ certbot_core_networks_log_level }}