X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut.yaml;h=9b7a66656d05fbbd47e03b3aa5dceabaf34620f8;hp=1f9a4cbaabf3bc638524dd5865cceb48e3f9a821;hb=2045a26e54b45a5fd7635102ceda1662d84a2047;hpb=97063f15d83378f8c5989b7116eb7a542147455f diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index 1f9a4cbaab..9b7a66656d 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -6,6 +6,11 @@ become: yes become_user: root roles: - - common - - sut - - tg_sut + - role: common + tags: common + - role: tg + tags: tg + - role: tg_sut + tags: tg_sut + - role: calibration + tags: calibration