mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 11:10:09 -03:30
Move back iproute install to system_packages
Packages are now installed before network facts collection, so we can install iproute with the rest.
This commit is contained in:
@@ -32,6 +32,10 @@ pkgs:
|
||||
- "{{ ansible_distribution == 'Debian' }}"
|
||||
- "{{ ansible_distribution_major_version in ['11', '12'] }}"
|
||||
- "{{ 'k8s_cluster' in group_names }}"
|
||||
iproute:
|
||||
- "{{ ansible_os_family == 'RedHat' }}"
|
||||
iproute2:
|
||||
- "{{ ansible_os_family != 'RedHat' }}"
|
||||
ipset:
|
||||
- "{{ kube_proxy_mode != 'ipvs' }}"
|
||||
- "{{ 'k8s_cluster' in group_names }}"
|
||||
|
||||
Reference in New Issue
Block a user