2024-10-23 13:25:12 +00:00
|
|
|
- name: Configure blacklist modprobe on VM
|
|
|
|
copy:
|
2024-10-23 13:28:32 +00:00
|
|
|
content: "{{ blacklist_module_kernel }}"
|
2024-10-25 11:21:21 +00:00
|
|
|
dest: /etc/modprobe.d/vn-blacklist.conf
|
2024-10-23 13:25:12 +00:00
|
|
|
owner: root
|
|
|
|
group: root
|
|
|
|
mode: u=rw,g=r,o=r
|