X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_aws.yaml;h=17e8239c9e66a91091d2112ed9ed7094ecf01ba3;hb=a9817d4b5ce0296062b49e100705661f32b77dc6;hp=dda50f416eccf98563f2e38c3a4b48cc589eefe6;hpb=5d4c299d02072fd18ef175bfbf7c694e94db79a6;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/tg_aws.yaml b/resources/tools/testbed-setup/ansible/tg_aws.yaml index dda50f416e..17e8239c9e 100644 --- a/resources/tools/testbed-setup/ansible/tg_aws.yaml +++ b/resources/tools/testbed-setup/ansible/tg_aws.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 @@ -19,8 +25,8 @@ tags: iperf - role: trex tags: trex - - role: wrk - tags: wrk + - role: ab + tags: ab - role: docker tags: docker - role: cleanup