mirror of
https://gitea.0xace.cc/ansible-galaxy/postgres-exporter.git
synced 2024-11-24 23:36:42 +00:00
9 lines
418 B
YAML
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"
|