[MOLECULE] Add molecule setup for kube_prometheus.yml playbook
[oom/offline-installer.git] / ansible / test / play-kube_prometheus / molecule / default / prepare.yml
diff --git a/ansible/test/play-kube_prometheus/molecule/default/prepare.yml b/ansible/test/play-kube_prometheus/molecule/default/prepare.yml
new file mode 100644 (file)
index 0000000..1a1a298
--- /dev/null
@@ -0,0 +1,10 @@
+---
+- name: Prepare infra
+  hosts: infrastructure
+  pre_tasks:
+    - name: Include infrastructure group variables
+      include_vars: ../../../../group_vars/infrastructure.yml
+    - name: Include test setup variables
+      include_vars: vars.yml
+  roles:
+    - prepare-kube-prometheus-stack