Skip to content
Snippets Groups Projects
Unverified Commit 11f35e46 authored by Max Gautier's avatar Max Gautier
Browse files

Convert common packages to use the new tooling

The empty dict means that packages will always be installed on the host.
parent da3ff1cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -13,6 +13,7 @@ pkgs:
Debian:
major_versions:
- "10"
bash-completion: {}
conntrack: &deb_redhat
groups:
- k8s_cluster
......@@ -34,6 +35,7 @@ pkgs:
os:
families:
- RedHat
curl: {}
device-mapper:
groups:
- k8s_cluster
......@@ -41,6 +43,8 @@ pkgs:
families:
- Suse
device-mapper-libs: *redhat_family
e2fsprogs: {}
ebtables: {}
gnupg: &debian
groups:
- k8s_cluster
......@@ -74,6 +78,7 @@ pkgs:
major_versions:
- "12"
nss: *redhat_family
openssl: {}
python-apt: *deb_10
# TODO: not for debian 10
python3-apt: *debian_family_base
......@@ -85,4 +90,9 @@ pkgs:
- "8"
- "9"
Centos: *major_redhat_like
rsync: {}
socat: {}
software-properties-common: *debian_family_base
tar: {}
unzip: {}
xfsprogs: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment