summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-kube_prometheus/molecule/default/prepare.yml
blob: 1a1a298c93237762ba8e7294b56dbbf0bfd445b1 (plain)
1
2
3
4
5
6
7
8
9
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