postgres-exporter/vars/Debian.yaml

9 lines
418 B
YAML
Raw Normal View History

2023-08-10 14:14:07 +00:00
postgres_exporter_apt_repository:
- repo: deb [trusted=yes] https://mirror.0xace.cc/debian/custom/ default all
filename: mirror.0xace.cc
postgres_exporter_package_name: "postgres-exporter"
postgres_exporter_package: "{{ postgres_exporter_package_name }}={{ postgres_exporter_version }}-{{ postgres_exporter_version_build }}"
postgres_exporter_version_build: "1"
postgres_exporter_unit_name: "postgres_exporter"