kubernetes-clustergcekubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansible
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
666 B
21 lines
666 B
---
|
|
dependencies:
|
|
- role: download
|
|
file: "{{ downloads.hyperkube }}"
|
|
- role: download
|
|
file: "{{ downloads.pod_infra }}"
|
|
- role: kubernetes/secrets
|
|
- role: download
|
|
file: "{{ downloads.nginx }}"
|
|
when: is_kube_master == false and loadbalancer_apiserver_localhost|default(false)
|
|
- role: download
|
|
file: "{{ downloads.testbox }}"
|
|
- role: download
|
|
file: "{{ downloads.kubednsmasq }}"
|
|
when: not skip_dnsmasq_k8s|default(false)
|
|
- role: download
|
|
file: "{{ downloads.kubedns }}"
|
|
when: not skip_dnsmasq_k8s|default(false)
|
|
- role: download
|
|
file: "{{ downloads.exechealthz }}"
|
|
when: not skip_dnsmasq_k8s|default(false)
|