summaryrefslogtreecommitdiffstats
path: root/ansible/roles/rke/molecule/default/prepare.yml
blob: d20f1962114619ac9de6c9c88e6ac8a8a0b8d2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- name: "Prepare hosts"
  hosts: all
  roles:
    - role: prepare-rke
      vars:
        mode: all

- name: "Infra specific preparations"
  hosts: infrastructure
  roles:
    - role: prepare-rke
      vars:
        mode: infra
    - role: prepare-kubectl
      vars:
        kubectl_install: true