X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Ftg.yaml;h=86184e10a7094b568cb08e6ac3053b59df09d89c;hp=01d2cbc0ca5ea01085b6cb7e3a96ceecfa3eea13;hb=eefc901a89aa755ba41a2ec615da7610c57fe971;hpb=df5672b3d9c29b51397f4770eb992c9f3f3955ce diff --git a/fdio.infra.ansible/tg.yaml b/fdio.infra.ansible/tg.yaml index 01d2cbc0ca..86184e10a7 100644 --- a/fdio.infra.ansible/tg.yaml +++ b/fdio.infra.ansible/tg.yaml @@ -3,7 +3,7 @@ - hosts: tg remote_user: testuser - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -22,6 +22,8 @@ tags: kernel - role: mellanox tags: mellanox + - role: intel + tags: intel - role: docker tags: docker - role: iperf @@ -43,7 +45,7 @@ - hosts: tg_aws remote_user: testuser - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -78,7 +80,7 @@ tags: calibration - hosts: tg_azure - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -108,4 +110,4 @@ - role: cleanup tags: cleanup - role: calibration - tags: calibration \ No newline at end of file + tags: calibration