From d0de03c29d784b76a37204f2658b4cf7d188f091 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 30 Jan 2024 23:29:18 +0200 Subject: [PATCH] Upgrade InfluxDB (v2.7.0-3 -> v2.7.5-0) --- templates/group_vars_mash_servers | 10 ++-------- templates/requirements.yml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/templates/group_vars_mash_servers b/templates/group_vars_mash_servers index 61778ae..d3f6946 100644 --- a/templates/group_vars_mash_servers +++ b/templates/group_vars_mash_servers @@ -2840,14 +2840,9 @@ influxdb_base_path: "{{ mash_playbook_base_path }}/{{ mash_playbook_service_base influxdb_uid: "{{ mash_playbook_uid }}" influxdb_gid: "{{ mash_playbook_gid }}" -influxdb_systemd_required_services_list: | +influxdb_container_additional_networks_auto: | {{ - (['docker.service']) - }} - -influxdb_container_additional_networks: | - {{ - ([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else []) + ([mash_playbook_reverse_proxyable_services_additional_network] if (influxdb_container_labels_traefik_enabled and mash_playbook_reverse_proxyable_services_additional_network) else []) }} influxdb_container_labels_traefik_enabled: "{{ mash_playbook_traefik_labels_enabled }}" @@ -2855,7 +2850,6 @@ influxdb_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_prox influxdb_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}" influxdb_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}" - ######################################################################## # # # /influxdb # diff --git a/templates/requirements.yml b/templates/requirements.yml index 1fa505f..6a3c7ee 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -137,7 +137,7 @@ name: infisical activation_prefix: infisical_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-influxdb.git - version: v2.7.0-3 + version: v2.7.5-0 name: influxdb activation_prefix: influxdb_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git