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=afe2d11c4a3a7c5c2b617957c34a229cc94ef4c6;hp=4ab22952965689c55fb816101c7f4d5ec864bc10;hb=5d4c299d02072fd18ef175bfbf7c694e94db79a6;hpb=8605f3f406468f57bb9b2eac12a4421f65965300 diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index 4ab2295296..afe2d11c4a 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -2,10 +2,11 @@ # file: tg_azure.yaml - hosts: tg - remote_user: testuser become: yes become_user: root roles: + - role: user_add + tags: user_add - role: common tags: common - role: azure @@ -22,5 +23,5 @@ tags: docker - role: cleanup tags: cleanup - - role: calibration - tags: calibration +# - role: calibration +# tags: calibration