Update VPP_STABLE_VER files
[csit.git] / fdio.infra.ansible / vpp_device.yaml
1 ---
2 # file: vpp_device.yaml
3
4 - hosts: vpp_device
5   remote_user: localadmin
6   become: true
7   become_user: root
8   gather_facts: false
9   pre_tasks:
10     - name: Gathering Facts
11       gather_facts:
12       tags:
13         - always
14   roles:
15     - role: user_add
16       tags: user_add
17     - role: baremetal
18       tags: baremetal
19     - role: common
20       tags: common
21 #    - role: kernel
22 #      tags: kernel
23     - role: intel
24       tags: intel
25     - role: docker
26       tags: docker
27     - role: docker_images
28       tags: docker_images
29     - role: nomad
30       tags: nomad
31     - role: consul
32       tags: consul
33     - role: prometheus_exporter
34       tags: prometheus_exporter
35     - role: jenkins_job_health_exporter
36       tags: jenkins_job_health_exporter
37     - role: vpp_device
38       tags: vpp_device
39     - role: kernel_vm
40       tags: kernel_vm
41     - role: cleanup
42       tags: cleanup