mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 09:41:08 +07:00
Load br_netfilter kernel module
This commit is contained in:
parent
0c7393423e
commit
7d72f99a41
@ -15,3 +15,8 @@
|
||||
|
||||
- name: Disable swap for Kubernetes
|
||||
command: swapoff -a
|
||||
|
||||
- name: Add the br_netfilter kernel module
|
||||
modprobe:
|
||||
name: br_netfilter
|
||||
state: present
|
||||
|
Loading…
Reference in New Issue
Block a user