2023-03-09 01:20:32 +00:00
|
|
|
---
|
2024-10-15 17:15:24 +00:00
|
|
|
_systemd_exporter_go_ansible_arch: "{{ {'i386': '386',
|
|
|
|
'x86_64': 'amd64',
|
|
|
|
'aarch64': 'arm64',
|
|
|
|
'armv7l': 'armv7',
|
|
|
|
'armv6l': 'armv6'}.get(ansible_architecture, ansible_architecture) }}"
|
2023-03-12 15:48:29 +00:00
|
|
|
_systemd_exporter_repo: "prometheus-community/systemd_exporter"
|
2023-04-26 15:40:32 +00:00
|
|
|
_github_api_headers: "{{ {'GITHUB_TOKEN': lookup('ansible.builtin.env', 'GITHUB_TOKEN')} if (lookup('ansible.builtin.env', 'GITHUB_TOKEN')) else {} }}"
|
2024-10-15 17:15:24 +00:00
|
|
|
_systemd_exporter_binaries: ['systemd_exporter']
|