mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Upgrade prometheus-postgres-exporter (v0.14.0-2 -> v0.14.0-3) and stop using prometheus_postgres_exporter_server_fqn
This commit is contained in:
parent
7d41883d4c
commit
a710fda632
2 changed files with 1 additions and 3 deletions
|
@ -3588,8 +3588,6 @@ prometheus_postgres_exporter_container_additional_networks: |
|
|||
([devture_postgres_container_network] if devture_postgres_enabled and prometheus_postgres_exporter_database_hostname == devture_postgres_identifier and prometheus_postgres_exporter_container_network != devture_postgres_container_network else [])
|
||||
}}
|
||||
|
||||
prometheus_postgres_exporter_server_fqn: "{{ prometheus_postgres_exporter_hostname }}"
|
||||
|
||||
# Only enable Traefik labels if a hostname is set (indicating that this will be exposed publicly)
|
||||
prometheus_postgres_exporter_container_labels_traefik_enabled: "{{ mash_playbook_traefik_labels_enabled and prometheus_postgres_exporter_hostname | length > 0 }}"
|
||||
prometheus_postgres_exporter_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_proxyable_services_additional_network }}"
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
name: prometheus_node_exporter
|
||||
activation_prefix: prometheus_node_exporter_
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter.git
|
||||
version: v0.14.0-2
|
||||
version: v0.14.0-3
|
||||
name: prometheus_postgres_exporter
|
||||
activation_prefix: prometheus_postgres_exporter_
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-ssh-exporter.git
|
||||
|
|
Loading…
Reference in a new issue