ansible-collection-prometheus/roles/chrony_exporter/defaults/main.yml
prombot d236f69263 patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-11-18 14:37:19 +00:00

30 lines
1.2 KiB
YAML

---
chrony_exporter_version: 0.11.0
chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\
chrony_exporter-{{ chrony_exporter_version }}.{{ ansible_system | lower }}-{{ _chrony_exporter_go_ansible_arch }}.tar.gz"
chrony_exporter_checksums_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/sha256sums.txt"
chrony_exporter_web_listen_address: "0.0.0.0:9123"
chrony_exporter_web_telemetry_path: "/metrics"
chrony_exporter_tls_server_config: {}
chrony_exporter_http_server_config: {}
chrony_exporter_basic_auth_users: {}
chrony_exporter_enabled_collectors: []
# - tracking
# - sources
chrony_exporter_disabled_collectors: []
chrony_exporter_system_user: "chrony-exp"
chrony_exporter_system_group: "{{ chrony_exporter_system_user }}"
# Local path to stash the archive and its extraction
chrony_exporter_local_cache_path: "/tmp/chrony_exporter-{{ ansible_system | lower }}-{{ _chrony_exporter_go_ansible_arch }}/{{ chrony_exporter_version }}"
chrony_exporter_binary_install_dir: "/usr/local/bin"
chrony_exporter_config_dir: "/etc/chrony_exporter"