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

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