blob: d20f1962114619ac9de6c9c88e6ac8a8a0b8d2ae [file] [log] [blame]
---
- 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