X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_azure.yaml;h=7ecf6d074c4b307505256fb221858f10897168e9;hb=b3c18d5e15da8fc34a28633bc2bddbafea0f9461;hp=4ab22952965689c55fb816101c7f4d5ec864bc10;hpb=8605f3f406468f57bb9b2eac12a4421f65965300;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index 4ab2295296..7ecf6d074c 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -2,10 +2,11 @@ # file: tg_azure.yaml - hosts: tg - remote_user: testuser become: yes become_user: root roles: + - role: user_add + tags: user_add - role: common tags: common - role: azure @@ -16,11 +17,9 @@ tags: iperf - role: trex tags: trex - - role: wrk - tags: wrk - role: docker tags: docker - role: cleanup tags: cleanup - - role: calibration - tags: calibration +# - role: calibration +# tags: calibration