ad6f0495e93a9ca77061db2c587b4ce5fc2f2512
[oom/offline-installer.git] / ansible / test / play-rke / molecule / default / prepare.yml
1 ---
2 - name: Prepare for all
3   hosts: all
4   roles:
5     - prepare-docker-dind
6     - role: prepare-rke
7       vars:
8         mode: all
9
10 - name: Prepare infra
11   hosts: infrastructure
12   pre_tasks:
13     - name: Include infrastructure group variables
14       include_vars: ../../../../group_vars/infrastructure.yml
15   roles:
16     - role: prepare-rke
17       vars:
18         mode: infra
19     - prepare-kubectl
20     - prepare-helm
21   vars_files:
22     vars.yml