mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Fix conntrack for opensuse and docker support (#5880)
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
required_pkgs:
|
||||
- "{{ ( (ansible_distribution_major_version | int) < 8) | ternary('libselinux-python','python3-libselinux') }}"
|
||||
- device-mapper-libs
|
||||
- ebtables
|
||||
- nss
|
||||
- conntrack
|
||||
|
||||
@@ -4,4 +4,4 @@ required_pkgs:
|
||||
- aufs-tools
|
||||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- ebtables
|
||||
- conntrack
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
required_pkgs:
|
||||
- libselinux-python
|
||||
- device-mapper-libs
|
||||
- ebtables
|
||||
- conntrack
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
required_pkgs:
|
||||
- "{{ ( (ansible_distribution_major_version | int) < 8) | ternary('libselinux-python','python3-libselinux') }}"
|
||||
- device-mapper-libs
|
||||
- ebtables
|
||||
- nss
|
||||
- conntrack
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
required_pkgs:
|
||||
- device-mapper
|
||||
- ebtables
|
||||
- conntrack-tools
|
||||
|
||||
@@ -4,4 +4,4 @@ required_pkgs:
|
||||
- aufs-tools
|
||||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- ebtables
|
||||
- conntrack
|
||||
|
||||
Reference in New Issue
Block a user