feat(device): Add 1n-alt vpp device
[csit.git] / fdio.infra.ansible / roles / vpp_device / tasks / thunderx2.yaml
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 (file)
index 618a65a..0000000
+++ /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