xoxys.certbot/templates/corenetworks/config.ini.j2

14 lines
353 B
Plaintext
Raw Normal View History

2018-06-23 16:27:01 +02:00
#jinja2: trim_blocks: True, lstrip_blocks: True
# {{ ansible_managed }}
[API]
HOST = {{ certbot_core_networks_api_host }}
USER = {{ certbot_core_networks_api_user }}
PASSWORD = {{ certbot_core_networks_api_password }}
[DNS]
ZONE = {{ certbot_core_networks_dns_zone }}
2018-06-23 19:43:35 +02:00
[LOG]
LEVEL = {{ certbot_core_networks_log_level }}