X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut_azure.yaml;h=950287b8d86773f4926570b24e85fe0ac17b8580;hb=ed648e7c1f6493fd3bd01213ed0692a5b2e1a020;hp=be45810a6035e3934c22d902f6377a467cc90caf;hpb=8605f3f406468f57bb9b2eac12a4421f65965300;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut_azure.yaml b/resources/tools/testbed-setup/ansible/sut_azure.yaml index be45810a60..950287b8d8 100644 --- a/resources/tools/testbed-setup/ansible/sut_azure.yaml +++ b/resources/tools/testbed-setup/ansible/sut_azure.yaml @@ -2,12 +2,15 @@ # file: sut_azure.yaml - hosts: sut - remote_user: testuser become: yes become_user: root roles: + - role: user_add + tags: user_add - role: common tags: common + - role: sut + tags: sut - role: azure tags: azure - role: iperf