postgres-exporter/vars/Debian.yaml
2023-08-10 17:14:07 +03:00

9 lines
418 B
YAML

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"