Upgrade Nomad and expose telemetry

This commit is contained in:
Quentin 2020-11-30 08:31:17 +01:00
parent de3e21101d
commit 365849760d
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- name: "Set nomad version"
set_fact:
nomad_version: 0.12.6
nomad_version: 0.12.9
- name: "Download and install Nomad for x86_64"
unarchive:

View File

@ -32,3 +32,10 @@ client {
}
}
telemetry {
collection_interval = "1s"
disable_hostname = false
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}