Ansible: Role cleanup
[csit.git] / resources / tools / testbed-setup / ansible / tg.yaml
1 ---
2 # file: tg.yaml
3
4 - hosts: tg
5   remote_user: testuser
6   become: yes
7   become_user: root
8   roles:
9     - role: common
10       tags: common
11     - role: tg
12       tags: tg
13     - role: docker
14       tags: docker
15     - role: performance_tuning
16       tags: performance_tuning
17     - role: calibration
18       tags: calibration