blob: b012790a42361ffc0c638eef7fc89c21f18ad08a [file] [log] [blame]
Michal Zegan1ec19b02019-04-30 14:52:13 +02001---
2- name: "Prepare hosts"
3 hosts: all
4 roles:
5 - role: prepare-rke
6 vars:
7 mode: all
8 - prepare-docker-dind
9
10- name: "Infra specific preparations"
11 hosts: infrastructure
12 roles:
13 - role: prepare-rke
14 vars:
15 mode: infra
Michal Zegane5301132019-06-05 18:20:22 +020016 - role: prepare-kubectl
17 vars:
18 kubectl_install: true