diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/nomad.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/nomad.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/ansible/nomad.yaml b/resources/tools/testbed-setup/ansible/nomad.yaml index 653215651a..134fffcb33 100644 --- a/resources/tools/testbed-setup/ansible/nomad.yaml +++ b/resources/tools/testbed-setup/ansible/nomad.yaml @@ -15,4 +15,8 @@ - role: nomad tags: nomad - role: consul - tags: consul
\ No newline at end of file + tags: consul + - role: prometheus_exporter + tags: prometheus_exporter + - role: cadvisor + tags: cadvisor
\ No newline at end of file |