mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 11:10:09 -03:30
Install iputils with other packages
This commit is contained in:
@@ -41,6 +41,15 @@ pkgs:
|
||||
- "{{ 'k8s_cluster' in group_names }}"
|
||||
iptables:
|
||||
- "{{ ansible_os_family in ['Debian', 'RedHat'] }}"
|
||||
iputils:
|
||||
- "{{ not ansible_os_family in ['Flatcar', 'Flatcar Container Linux by Kinvolk', 'Debian'] }}"
|
||||
- "{{ main_access_ip is defined }}"
|
||||
- "{{ ping_access_ip }}"
|
||||
- "{{ not is_fedora_coreos }}"
|
||||
iputils-ping:
|
||||
- "{{ ansible_os_family == 'Debian' }}"
|
||||
- "{{ main_access_ip is defined }}"
|
||||
- "{{ ping_access_ip }}"
|
||||
ipvsadm:
|
||||
- "{{ kube_proxy_mode == 'ipvs' }}"
|
||||
- "{{ 'k8s_cluster' in group_names }}"
|
||||
|
||||
Reference in New Issue
Block a user