Files
nomad-nummer5/ansible/roles/modules/tasks/main.yaml
Udo Waechter 05c9a5fc2a
All checks were successful
continuous-integration/drone/push Build is passing
fixes #27 loading modules, ansible
2024-11-29 13:17:33 +01:00

11 lines
266 B
YAML

- name: Kernel module nf_conntrack
community.general.modprobe:
name: nf_conntrack
state: present
persistent: present
- name: Kernel module xt_conntrack
community.general.modprobe:
name: nf_conntrack
state: present
persistent: present