Ansible: Mellanox install
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg_sut / tasks / main.yaml
index 7f74bee..bb8c676 100644 (file)
@@ -9,20 +9,13 @@
   include_tasks: '{{ ansible_machine }}.yaml'
   tags: [ disable-turbo-boost, set-grub, install-pip ]
 
-- name: Skylake specific
-  import_tasks: skylake.yaml
-  when: cpu_microarchitecture == "skylake"
+- name: Turbo boost specific
+  import_tasks: turbo_boost.yaml
+  when: >
+    cpu_microarchitecture == "skylake" or
+    cpu_microarchitecture == "cascadelake"
   tags: [ install-msr, disable-turbo-boost ]
 
-- name: Copy netplan network config file
-  template:
-    src: 'files/netplan_config'
-    dest: '/etc/netplan/01-netcfg.yaml'
-    owner: 'root'
-    group: 'root'
-    mode: '0644'
-  tags: copy-interface-file
-
 - name: Copy CSIT sysctl file
   template:
     src: 'files/90-csit'