2023-07-14 07:35:05 +00:00
|
|
|
---
|
2024-10-15 17:04:27 +00:00
|
|
|
_chrony_exporter_go_ansible_arch: "{{ {'i386': '386',
|
|
|
|
'x86_64': 'amd64',
|
|
|
|
'aarch64': 'arm64',
|
|
|
|
'armv7l': 'armv7',
|
|
|
|
'armv6l': 'armv6'}.get(ansible_architecture, ansible_architecture) }}"
|
2023-07-14 07:35:05 +00:00
|
|
|
_chrony_exporter_repo: "superq/chrony_exporter"
|
|
|
|
_github_api_headers: "{{ {'GITHUB_TOKEN': lookup('ansible.builtin.env', 'GITHUB_TOKEN')} if (lookup('ansible.builtin.env', 'GITHUB_TOKEN')) else {} }}"
|
2024-10-15 17:04:27 +00:00
|
|
|
chrony_exporter_binary_install_dir: "/usr/local/bin"
|
|
|
|
_chrony_exporter_binaries: ['chrony_exporter']
|