blob: e44f18d3314ec6fa186773a5b043bd80fdcabaca [file] [log] [blame]
---
- name: Deploy rancher server and create k8s env
hosts: infrastructure
roles:
- role: rancher
vars:
mode: server
- kubectl
- helm
- name: Deploy rancher agents for kube nodes
hosts: kubernetes
roles:
- role: rancher
vars:
mode: agent
- name: Wait for Kubernetes environment to be healthy
hosts: infrastructure
roles:
- role: rancher
vars:
mode: health