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
|
dns_late: false
|
||||||
|
|
||||||
common_required_pkgs:
|
common_required_pkgs:
|
||||||
- openssl
|
|
||||||
- curl
|
|
||||||
- rsync
|
|
||||||
- socat
|
|
||||||
- unzip
|
|
||||||
- e2fsprogs
|
|
||||||
- xfsprogs
|
|
||||||
- ebtables
|
|
||||||
- bash-completion
|
|
||||||
- tar
|
|
||||||
- "{{ kube_proxy_mode == 'ipvs' | ternary(['ipvsadm', 'ipset'], []) }}"
|
- "{{ kube_proxy_mode == 'ipvs' | ternary(['ipvsadm', 'ipset'], []) }}"
|
||||||
|
|
||||||
# Set to true if your network does not support IPv6
|
# Set to true if your network does not support IPv6
|
||||||
|
@ -13,6 +13,7 @@ pkgs:
|
|||||||
Debian:
|
Debian:
|
||||||
major_versions:
|
major_versions:
|
||||||
- "10"
|
- "10"
|
||||||
|
bash-completion: {}
|
||||||
conntrack: &deb_redhat
|
conntrack: &deb_redhat
|
||||||
groups:
|
groups:
|
||||||
- k8s_cluster
|
- k8s_cluster
|
||||||
@ -34,6 +35,7 @@ pkgs:
|
|||||||
os:
|
os:
|
||||||
families:
|
families:
|
||||||
- RedHat
|
- RedHat
|
||||||
|
curl: {}
|
||||||
device-mapper:
|
device-mapper:
|
||||||
groups:
|
groups:
|
||||||
- k8s_cluster
|
- k8s_cluster
|
||||||
@ -41,6 +43,8 @@ pkgs:
|
|||||||
families:
|
families:
|
||||||
- Suse
|
- Suse
|
||||||
device-mapper-libs: *redhat_family
|
device-mapper-libs: *redhat_family
|
||||||
|
e2fsprogs: {}
|
||||||
|
ebtables: {}
|
||||||
gnupg: &debian
|
gnupg: &debian
|
||||||
groups:
|
groups:
|
||||||
- k8s_cluster
|
- k8s_cluster
|
||||||
@ -74,6 +78,7 @@ pkgs:
|
|||||||
major_versions:
|
major_versions:
|
||||||
- "12"
|
- "12"
|
||||||
nss: *redhat_family
|
nss: *redhat_family
|
||||||
|
openssl: {}
|
||||||
python-apt: *deb_10
|
python-apt: *deb_10
|
||||||
# TODO: not for debian 10
|
# TODO: not for debian 10
|
||||||
python3-apt: *debian_family_base
|
python3-apt: *debian_family_base
|
||||||
@ -85,4 +90,9 @@ pkgs:
|
|||||||
- "8"
|
- "8"
|
||||||
- "9"
|
- "9"
|
||||||
Centos: *major_redhat_like
|
Centos: *major_redhat_like
|
||||||
|
rsync: {}
|
||||||
|
socat: {}
|
||||||
software-properties-common: *debian_family_base
|
software-properties-common: *debian_family_base
|
||||||
|
tar: {}
|
||||||
|
unzip: {}
|
||||||
|
xfsprogs: {}
|
||||||
|
Reference in New Issue
Block a user