This commit is contained in:
parent
1859d8424e
commit
9552da5244
1 changed files with 10 additions and 0 deletions
|
|
@ -46,5 +46,15 @@
|
||||||
name: algif_aead
|
name: algif_aead
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
# Dirty.Frag
|
||||||
|
- name: Create modprobe config to disable modules needed for dirty.frag
|
||||||
|
ansible.builtin.copy:
|
||||||
|
dest: /etc/modprobe.d/dirtyfrag.conf
|
||||||
|
content: |
|
||||||
|
install esp4 /bin/false
|
||||||
|
install esp6 /bin/false
|
||||||
|
install rxrpc /bin/false
|
||||||
|
mode: '0644'
|
||||||
|
|
||||||
- name: Set VM permissions
|
- name: Set VM permissions
|
||||||
ansible.builtin.command: chmod -R o+r /lmn/vm
|
ansible.builtin.command: chmod -R o+r /lmn/vm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue