mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 02:58:29 +03:00
Convert common packages to use the new tooling
The empty dict means that packages will always be installed on the host.
This commit is contained in:
@@ -7,16 +7,6 @@ epel_enabled: false
|
||||
dns_late: false
|
||||
|
||||
common_required_pkgs:
|
||||
- openssl
|
||||
- curl
|
||||
- rsync
|
||||
- socat
|
||||
- unzip
|
||||
- e2fsprogs
|
||||
- xfsprogs
|
||||
- ebtables
|
||||
- bash-completion
|
||||
- tar
|
||||
- "{{ kube_proxy_mode == 'ipvs' | ternary(['ipvsadm', 'ipset'], []) }}"
|
||||
|
||||
# Set to true if your network does not support IPv6
|
||||
|
||||
Reference in New Issue
Block a user