mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
a3f317588d
Signed-off-by: gardar <gardar@users.noreply.github.com>
8 lines
422 B
YAML
8 lines
422 B
YAML
---
|
|
_fail2ban_exporter_go_ansible_arch: "{{ {'i386': '386',
|
|
'x86_64': 'amd64',
|
|
'aarch64': 'arm64',
|
|
'armv7l': 'armv7',
|
|
'armv6l': 'armv6'}.get(ansible_architecture, ansible_architecture) }}"
|
|
_fail2ban_exporter_repo: 24199687
|
|
_fail2ban_exporter_binaries: ['fail2ban_exporter']
|