X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fvpp_device.yaml;h=d8efc05dfb1e7259cead39a52e2d0d48f955c7ef;hb=99fa53e40c84f0d90fa23a060b8e9e0b9dc10c79;hp=7dc3614bbcfdca3ab3bfe06d1a40ac28ffa09872;hpb=cfceaf325c290fc3a07f6c7cbefc1fc4af6dde1e;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/vpp_device.yaml b/resources/tools/testbed-setup/ansible/vpp_device.yaml index 7dc3614bbc..d8efc05dfb 100644 --- a/resources/tools/testbed-setup/ansible/vpp_device.yaml +++ b/resources/tools/testbed-setup/ansible/vpp_device.yaml @@ -5,6 +5,12 @@ remote_user: testuser become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - role: user_add tags: user_add @@ -20,6 +26,8 @@ tags: consul - role: prometheus_exporter tags: prometheus_exporter + - role: jenkins_job_health_exporter + tags: jenkins_job_health_exporter - role: cadvisor tags: cadvisor - role: vpp_device