only maketank
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
- bwm-ng
|
||||
- iftop
|
||||
|
||||
- name: Remove common packages
|
||||
apt:
|
||||
state: absent
|
||||
name:
|
||||
- salt-*
|
||||
|
||||
- name: Remove packages in VMs
|
||||
apt:
|
||||
state: absent
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
- name: Kernel module nf_conntrack
|
||||
- name: Kernel module [nf|xt]_conntrack
|
||||
community.general.modprobe:
|
||||
name: nf_conntrack
|
||||
name:
|
||||
- nf_conntrack
|
||||
- xt_conntrack
|
||||
state: present
|
||||
persistent: present
|
||||
Reference in New Issue
Block a user