X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_azure.yaml;fp=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_azure.yaml;h=4ab22952965689c55fb816101c7f4d5ec864bc10;hb=8605f3f406468f57bb9b2eac12a4421f65965300;hp=0000000000000000000000000000000000000000;hpb=d7e14a0a93e7e06047daeaf6a5575f227aeb925a;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml new file mode 100644 index 0000000000..4ab2295296 --- /dev/null +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -0,0 +1,26 @@ +--- +# file: tg_azure.yaml + +- hosts: tg + remote_user: testuser + become: yes + become_user: root + roles: + - role: common + tags: common + - role: azure + tags: azure + - role: tg + tags: tg + - role: iperf + tags: iperf + - role: trex + tags: trex + - role: wrk + tags: wrk + - role: docker + tags: docker + - role: cleanup + tags: cleanup + - role: calibration + tags: calibration