Skip to content
Snippets Groups Projects
Commit 6372bc3e authored by Lars Beckers's avatar Lars Beckers
Browse files

webserver: try using zabbix vars only when using zabbix integration

parent 58ab6c70
Branches
No related tags found
1 merge request!4WIP: add acmebot role
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -7,4 +7,6 @@ webserver_enable_ipv6: true
webserver_resolver: "{{ nameservers }}"
disallow_apache2: true
webservers: []
zabbix_password: "{{ lookup('passwordstore', zabbix_user) }}"
# If you use the Zabbix integration, define this variable.
# zabbix_password: "{{ lookup('passwordstore', zabbix_user) }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment