X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fnomad.yaml;h=88d5165e2f4e2db91daa75cf03b8c7b893fedadd;hp=653215651a0be840acd28acf48767ce9bd521636;hb=3448466ca1aa0692788d95f7b4b29309b32b99cc;hpb=37337e09e81af58459d8029b00ca50d0f8d5897a diff --git a/resources/tools/testbed-setup/ansible/nomad.yaml b/resources/tools/testbed-setup/ansible/nomad.yaml index 653215651a..88d5165e2f 100644 --- a/resources/tools/testbed-setup/ansible/nomad.yaml +++ b/resources/tools/testbed-setup/ansible/nomad.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 @@ -15,4 +21,10 @@ - role: nomad tags: nomad - role: consul - tags: consul \ No newline at end of file + tags: consul + - role: prometheus_exporter + tags: prometheus_exporter + - role: jenkins_job_health_exporter + tags: jenkins_job_health_exporter + - role: cadvisor + tags: cadvisor \ No newline at end of file