forked from Deuxfleurs/infrastructure
Upgrade Nomad and expose telemetry
This commit is contained in:
parent
de3e21101d
commit
365849760d
2 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -32,3 +32,10 @@ client {
|
|||
}
|
||||
}
|
||||
|
||||
telemetry {
|
||||
collection_interval = "1s"
|
||||
disable_hostname = false
|
||||
prometheus_metrics = true
|
||||
publish_allocation_metrics = true
|
||||
publish_node_metrics = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue