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: