Browse Source

Fix install nss

pull/3137/head
rongzhang 6 years ago
parent
commit
b421d0ed5b
3 changed files with 2 additions and 1 deletions
  1. 1
      roles/kubernetes/preinstall/defaults/main.yml
  2. 1
      roles/kubernetes/preinstall/vars/centos.yml
  3. 1
      roles/kubernetes/preinstall/vars/redhat.yml

1
roles/kubernetes/preinstall/defaults/main.yml

@ -14,7 +14,6 @@ common_required_pkgs:
- bash-completion - bash-completion
- socat - socat
- unzip - unzip
- nss
# Set to true if your network does not support IPv6 # Set to true if your network does not support IPv6
# This maybe necessary for pulling Docker images from # This maybe necessary for pulling Docker images from

1
roles/kubernetes/preinstall/vars/centos.yml

@ -3,3 +3,4 @@ required_pkgs:
- libselinux-python - libselinux-python
- device-mapper-libs - device-mapper-libs
- ebtables - ebtables
- nss

1
roles/kubernetes/preinstall/vars/redhat.yml

@ -3,3 +3,4 @@ required_pkgs:
- libselinux-python - libselinux-python
- device-mapper-libs - device-mapper-libs
- ebtables - ebtables
- nss
Loading…
Cancel
Save