2024-02-22 13:43:31 +00:00
|
|
|
---
|
|
|
|
fail2ban_exporter_version: 0.10.1
|
|
|
|
fail2ban_exporter_binary_url: "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/releases/v{{ fail2ban_exporter_version }}/downloads/\
|
2024-10-15 17:04:55 +00:00
|
|
|
fail2ban_exporter_{{ fail2ban_exporter_version }}_{{ ansible_system | lower }}_{{ _fail2ban_exporter_go_ansible_arch }}.tar.gz"
|
2024-02-22 13:43:31 +00:00
|
|
|
fail2ban_exporter_checksums_url: "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/releases/v{{ fail2ban_exporter_version }}/downloads/\
|
|
|
|
fail2ban_exporter_{{ fail2ban_exporter_version }}_checksums.txt"
|
|
|
|
|
|
|
|
fail2ban_exporter_web_listen_address: "0.0.0.0:9191"
|
|
|
|
fail2ban_exporter_socket: "/var/run/fail2ban/fail2ban.sock"
|
|
|
|
fail2ban_exporter_binary_install_dir: "/usr/local/bin"
|
|
|
|
|
|
|
|
fail2ban_exporter_username: ""
|
|
|
|
fail2ban_exporter_password: ""
|
2024-10-15 17:04:55 +00:00
|
|
|
fail2ban_exporter_system_user: "root"
|
|
|
|
fail2ban_exporter_system_group: "{{ fail2ban_exporter_system_user }}"
|
2024-02-29 15:55:40 +00:00
|
|
|
|
|
|
|
# Local path to stash the archive and its extraction
|
2024-10-15 17:04:55 +00:00
|
|
|
fail2ban_exporter_local_cache_path: "/tmp/fail2ban_exporter-{{ ansible_system | lower }}-{{ _fail2ban_exporter_go_ansible_arch }}/\
|
|
|
|
{{ fail2ban_exporter_version }}"
|