Browse Source
Merge pull request #3137 from riverzhang/packages
Fix install nss
pull/3130/head
Rong Zhang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
2 additions and
1 deletions
-
roles/kubernetes/preinstall/defaults/main.yml
-
roles/kubernetes/preinstall/vars/centos.yml
-
roles/kubernetes/preinstall/vars/redhat.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 |
|
|
|
@ -3,3 +3,4 @@ required_pkgs: |
|
|
- libselinux-python |
|
|
- libselinux-python |
|
|
- device-mapper-libs |
|
|
- device-mapper-libs |
|
|
- ebtables |
|
|
- ebtables |
|
|
|
|
|
- nss |
|
@ -3,3 +3,4 @@ required_pkgs: |
|
|
- libselinux-python |
|
|
- libselinux-python |
|
|
- device-mapper-libs |
|
|
- device-mapper-libs |
|
|
- ebtables |
|
|
- ebtables |
|
|
|
|
|
- nss |
xxxxxxxxxx