X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_azure.yaml;h=3713dc845f1dac8a3ff085e7f087ea43dcf7cade;hp=7ecf6d074c4b307505256fb221858f10897168e9;hb=7b93e96740997dab4383140a639b055e074f63c1;hpb=80adeefab9fc1871675688881498304ddc780828 diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index 7ecf6d074c..3713dc845f 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -4,6 +4,12 @@ - hosts: tg become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - role: user_add tags: user_add @@ -11,14 +17,16 @@ tags: common - role: azure tags: azure + - role: docker + tags: docker - role: tg tags: tg - role: iperf tags: iperf - role: trex tags: trex - - role: docker - tags: docker + - role: ab + tags: ab - role: cleanup tags: cleanup # - role: calibration