From d89fd65ea29375a1691691c864154002ab71a98f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Aug 2023 22:18:17 +0000 Subject: [PATCH 1/2] chore(deps): update grafana/grafana docker tag to v10 --- host_vars/pottwal.n39.eu/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index 2058bfc..c594ce6 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -51,7 +51,7 @@ uptimekuma_image: louislam/uptime-kuma:1 grafana_host_port: 8089 grafana_domain_name: grafana.n39.eu -grafana_image: grafana/grafana:9.5.8 +grafana_image: grafana/grafana:10.1.0 grafana_admin_password: "{{ vault_grafana_admin_password }}" homebox_host_port: 8092 From d9d4db92f3b557ad7cd1cb6551ce0c2d9ae0677b Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 28 Aug 2023 00:03:51 +0200 Subject: [PATCH 2/2] ansible: add tags to grafana jobs --- host-pottwal.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index 93e9d39..0d3670d 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -453,6 +453,8 @@ mode: "0755" - path: "{{ data_dir }}/grafana/etc" mode: "0755" + tags: + - grafana - name: Ensure container for grafana is running docker_container: @@ -472,6 +474,8 @@ GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_admin_password }}" GF_USERS_ALLOW_SIGN_UP: "false" GF_INSTALL_PLUGINS: "flant-statusmap-panel,ae3e-plotly-panel" + tags: + - grafana - name: Setup proxy site "{{ grafana_domain_name }}" include_role: @@ -480,6 +484,8 @@ site_name: "{{ grafana_domain_name }}" proxy_port: "{{ grafana_host_port }}" proxy_preserve_host: "On" + tags: + - grafana - name: Ensure the homebox directories exist file: