summaryrefslogtreecommitdiffstats
path: root/ansible/roles/rancher/defaults/main.yml
blob: 6ab52e64f224e0d09e66f69829bedb276bf126d1 (plain)
1
2
3
4
5
6
---
rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080"
rancher_remove_other_env: true
rancher_redeploy_k8s_env: true
rancher_cluster_health_state: healthy
rancher_cluster_health_check_retries: 30