Robert Kaussow
3488c92b54
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
341 B
Django/Jinja
13 lines
341 B
Django/Jinja
#jinja2: lstrip_blocks: True
|
|
{{ ansible_managed | comment }}
|
|
[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 }}
|
|
|
|
[LOG]
|
|
LEVEL = {{ certbot_core_networks_log_level }}
|