summaryrefslogtreecommitdiffstats
path: root/ansible/roles/rke/molecule/default/prepare.yml
blob: d72d6bcf9d697419de4aeb971c4f22034c7ddc6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- 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