From 06a339415a7e4a589fba3219c96fc9d72fd48631 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 31 Jan 2024 10:44:17 +0000 Subject: feat(terraform): 2n-c7gn Signed-off-by: Peter Mikus Change-Id: I7a1f9744c4ca8abbd4814ab6cccba388ef466f50 --- fdio.infra.ansible/roles/aws/tasks/main.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'fdio.infra.ansible/roles/aws/tasks/main.yaml') diff --git a/fdio.infra.ansible/roles/aws/tasks/main.yaml b/fdio.infra.ansible/roles/aws/tasks/main.yaml index 35ea985e1f..b5132c1909 100644 --- a/fdio.infra.ansible/roles/aws/tasks/main.yaml +++ b/fdio.infra.ansible/roles/aws/tasks/main.yaml @@ -33,8 +33,6 @@ with_items: - "igb_uio" - "vfio-pci" - notify: - - "Reboot Server" tags: - aws-load-kernel-modules @@ -46,8 +44,6 @@ create: "yes" with_items: - "options igb_uio wc_activate=1" - notify: - - "Reboot Server" tags: - aws-load-kernel-modules @@ -59,13 +55,9 @@ create: "yes" with_items: - "options vfio enable_unsafe_noiommu_mode=1" - notify: - - "Reboot Server" tags: - aws-load-kernel-modules -- meta: flush_handlers - #- name: Get vfio-pci With WC Patcher # ansible.builtin.get_url: # url: "https://github.com/amzn/amzn-drivers/raw/master/userspace/dpdk/enav2-vfio-patch/get-vfio-with-wc.sh" -- cgit 1.2.3-korg