blob: ad6f0495e93a9ca77061db2c587b4ce5fc2f2512 [file] [log] [blame]
---
- name: Prepare for all
hosts: all
roles:
- prepare-docker-dind
- role: prepare-rke
vars:
mode: all
- name: Prepare infra
hosts: infrastructure
pre_tasks:
- name: Include infrastructure group variables
include_vars: ../../../../group_vars/infrastructure.yml
roles:
- role: prepare-rke
vars:
mode: infra
- prepare-kubectl
- prepare-helm
vars_files:
vars.yml