mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
This allows us to reuse the defaults in other places without putting everything in kubespray-defaults. In that, for kubernetes/control-plane.
11 lines
340 B
YAML
11 lines
340 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes/kubeadm_common
|
|
- role: adduser
|
|
user: "{{ addusers.etcd }}"
|
|
when:
|
|
- etcd_deployment_type == "kubeadm"
|
|
- not (ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "ClearLinux"] or is_fedora_coreos)
|
|
- role: network_plugin/calico_defaults
|
|
- role: etcd_defaults
|