Update to 2025-09-25 10:00

This commit is contained in:
Daniel Berteaud
2025-09-25 10:00:34 +02:00
parent 337376ca80
commit 5844fe3c39
5 changed files with 11 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
--- ---
# Version of consul to deploy # Version of consul to deploy
consul_version: 1.21.4 consul_version: 1.21.5
# URL from where the consul archive will be downloaded # URL from where the consul archive will be downloaded
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
# Expected sha256 of the archive # Expected sha256 of the archive
consul_archive_sha256: a641502dc2bd28e1ed72d3d48a0e8b98c83104d827cf33bee2aed198c0b849df consul_archive_sha256: 2dfb63fcabe9f15b956cf408248d9ebe36cfd662ca182352942a3bd4e5d5faca

View File

@@ -1,11 +1,11 @@
--- ---
# Version of consul-template to install # Version of consul-template to install
consul_tpl_version: 0.41.1 consul_tpl_version: 0.41.2
# URL of the archive # URL of the archive
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
# Expected sha256 of the archive # Expected sha256 of the archive
consul_tpl_archive_sha256: ab68e09642437dcc5b6e9a572a1924d3969e4fe131f50a1a3a4f782d7a21f530 consul_tpl_archive_sha256: 03a8ad4c3daf718dd0bbc14f45e5fcd05eba1d5d04e545849f1cb929a7ee5e54
# Root dir where consul-template will be installed # Root dir where consul-template will be installed
consul_tpl_root_dir: /opt/consul_template consul_tpl_root_dir: /opt/consul_template

View File

@@ -1,11 +1,11 @@
--- ---
# Version to install # Version to install
gitea_version: '1.24.5' gitea_version: '1.24.6'
# URL to the binary # URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64 gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary # sha256 of the binary
gitea_bin_sha256: 59029c97fe491b93c19705ba313f6b2397a8fe70cb2bd6fc021925f3cfb8e03d gitea_bin_sha256: bb09d565d7e22ed07a9525d22e6f7c468ec00b58484a9691d61ff70940452676
# Handle updates. If set to false, ansible will only install # Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation # Gitea and then won't touch an existing installation
gitea_manage_upgrade: True gitea_manage_upgrade: True

View File

@@ -103,7 +103,9 @@
- name: Remove unmanaged plugins - name: Remove unmanaged plugins
command: grafana-cli plugins uninstall {{ item }} command: grafana-cli plugins uninstall {{ item }}
with_items: "{{ grafana_installed_plugins.stdout_lines }}" with_items: "{{ grafana_installed_plugins.stdout_lines }}"
when: item not in grafana_plugins when:
- item not in grafana_plugins
- item not in ['grafana-metricsdrilldown-app', 'grafana-pyroscope-app', 'grafana-lokiexplore-app', 'grafana-exploretraces-app']
notify: restart grafana notify: restart grafana
tags: grafana tags: grafana

View File

@@ -1,7 +1,7 @@
# Version of Vault to install # Version of Vault to install
vault_version: 1.20.3 vault_version: 1.20.4
# URL of the archive # URL of the archive
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
# Expected sha256 of the archive # Expected sha256 of the archive
vault_archive_sha256: 128d35b82bed319b8ce3caec99286a7d458342d8def5e6ca4d20cc7621df53d3 vault_archive_sha256: fc5fb5d01d192f1216b139fb5c6af17e3af742aaeffc289fd861920ec55f2c9c