Upgrade InfluxDB (v2.7.0-3 -> v2.7.5-0)
This commit is contained in:
parent
6b025e5a8a
commit
d0de03c29d
2 changed files with 3 additions and 9 deletions
|
@ -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 #
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue