X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Fvpp_device.yaml;h=ced882a1480b7ba483428996784f129fe18867cc;hp=9e334e17497599752ee79590400d2725e59c2061;hb=62c4aa14348c9a4e0c44ca01e71ef842760c1d73;hpb=5a1f1b7fa58c082dd359a7b4df700f5df3839bfd diff --git a/fdio.infra.ansible/vpp_device.yaml b/fdio.infra.ansible/vpp_device.yaml index 9e334e1749..ced882a148 100644 --- a/fdio.infra.ansible/vpp_device.yaml +++ b/fdio.infra.ansible/vpp_device.yaml @@ -3,7 +3,7 @@ - hosts: vpp_device remote_user: localadmin - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -18,6 +18,8 @@ tags: baremetal - role: common tags: common + - role: kernel + tags: kernel - role: intel tags: intel - role: docker @@ -30,8 +32,6 @@ tags: prometheus_exporter - role: jenkins_job_health_exporter tags: jenkins_job_health_exporter - - role: cadvisor - tags: cadvisor - role: vpp_device tags: vpp_device - role: kernel_vm