X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut_azure.yaml;h=669e4097c610de7b8facf7d33e4452630a9fc4a4;hb=cd64c25a7e245264554b958d2a33e0afbde8dc8e;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..669e4097c6 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: vpp + tags: vpp - role: azure tags: azure - role: iperf