We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a00d1d7 + 10fe2b5 commit 49619b8Copy full SHA for 49619b8
roles/fail2ban_exporter/templates/fail2ban_exporter.service.j2
@@ -11,10 +11,10 @@ Group={{ fail2ban_exporter_system_group }}
11
ExecStart={{ fail2ban_exporter_binary_install_dir }}/fail2ban_exporter \
12
--web.listen-address={{ fail2ban_exporter_web_listen_address }} \
13
{% if fail2ban_exporter_username | length > 0 -%}
14
- --web.basic-auth.username={{ fail2ban_exporter_username }}
+ --web.basic-auth.username={{ fail2ban_exporter_username }} \
15
{% endif %}
16
{% if fail2ban_exporter_password | length > 0 -%}
17
- --web.basic-auth.password={{ fail2ban_exporter_password }}
+ --web.basic-auth.password={{ fail2ban_exporter_password }} \
18
19
--collector.f2b.socket={{ fail2ban_exporter_socket }}
20
0 commit comments