Преглед изворни кода

deploy operators, clean cluster baggage

Grega Bremec пре 7 месеци
родитељ
комит
2345a57974
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      playbooks/pre-flight.yml

+ 7 - 0
playbooks/pre-flight.yml

@@ -13,4 +13,11 @@
     - include_role:
         name: deploy-operator
       tags: prep
+      loop: "{{ operators }}"
+      loop_control:
+        loop_var: op
+        label: "{{ op.op_pkg }}"
+    - include_role:
+        name: clean-cluster
+      tags: cluster
 ...