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