aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml')
-rw-r--r--fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml b/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml
deleted file mode 100644
index 618a65ad7f..0000000000
--- a/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-# file: tasks/thunderx2.yaml
-
-- name: Load Kernel Modules On Startup (vfio-pci)
- ansible.builtin.lineinfile:
- path: "/etc/modules"
- state: "present"
- line: "{{ item }}"
- with_items:
- - "vfio-pci"
- tags:
- - load-kernel-modules
-
-- name: Disable Kernel Modules On Startup (cppc_cpufreq)
- ansible.builtin.lineinfile:
- path: "/etc/modprobe.d/blacklist-cppc_cpufreq.conf"
- state: "present"
- line: "{{ item }}"
- create: "yes"
- with_items:
- - "blacklist cppc_cpufreq"
- tags:
- - disable-kernel-modules