Browse Source

Tag compute tasks

Matthias Vogelgesang 10 years ago
parent
commit
3b2ac3c476
1 changed files with 4 additions and 0 deletions
  1. 4 0
      setup.yml

+ 4 - 0
setup.yml

@@ -7,6 +7,8 @@
     - devel
     - compute
     - compute-staging
+  tags:
+    - compute
 
 - hosts: production-compute
   sudo: yes
@@ -16,6 +18,8 @@
     - common
     - compute
     - compute-production
+  tags:
+    - compute
 
 - hosts: control
   sudo: yes