summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-rke/molecule/default/prepare.yml
blob: ad6f0495e93a9ca77061db2c587b4ce5fc2f2512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
- name: Prepare for all
  hosts: all
  roles:
    - prepare-docker-dind
    - role: prepare-rke
      vars:
        mode: all

- name: Prepare infra
  hosts: infrastructure
  pre_tasks:
    - name: Include infrastructure group variables
      include_vars: ../../../../group_vars/infrastructure.yml
  roles:
    - role: prepare-rke
      vars:
        mode: infra
    - prepare-kubectl
    - prepare-helm
  vars_files:
    vars.yml