AWS terraform automation scripts
[csit.git] / resources / tools / testbed-setup / ansible / sut_aws.yaml
1 ---
2 # file: sut_aws.yaml
3
4 - hosts: sut
5   become: yes
6   become_user: root
7   roles:
8     - role: user_add
9       tags: user_add
10     - role: common
11       tags: common
12     - role: aws
13       tags: aws
14     - role: iperf
15       tags: iperf
16     - role: docker
17       tags: docker
18     - role: dpdk
19       tags: dpdk
20     - role: cleanup
21       tags: cleanup
22     - role: calibration
23       tags: calibration