From d9d4db92f3b557ad7cd1cb6551ce0c2d9ae0677b Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 28 Aug 2023 00:03:51 +0200 Subject: [PATCH] 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: