--- | |
- 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 |