2019-09-18 15:18:26 +00:00
|
|
|
#jinja2: lstrip_blocks: True
|
|
|
|
{{ ansible_managed | comment }}
|
2018-06-23 14:27:01 +00:00
|
|
|
[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 17:43:35 +00:00
|
|
|
|
|
|
|
[LOG]
|
|
|
|
LEVEL = {{ certbot_core_networks_log_level }}
|