2023-04-10 15:36:59 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-09-01 19:15:06 +00:00
|
|
|
data_dir = "/opt/nomad/data"
|
2017-08-04 18:00:05 +00:00
|
|
|
bind_addr = "0.0.0.0"
|
2017-05-15 18:56:41 +00:00
|
|
|
|
|
|
|
# Enable the client
|
|
|
|
client {
|
|
|
|
enabled = true
|
2018-03-20 17:48:14 +00:00
|
|
|
options {
|
2021-09-01 19:15:06 +00:00
|
|
|
"driver.raw_exec.enable" = "1"
|
2018-03-20 17:48:14 +00:00
|
|
|
"docker.privileged.enabled" = "true"
|
|
|
|
}
|
2017-05-15 18:56:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
consul {
|
|
|
|
address = "127.0.0.1:8500"
|
|
|
|
}
|
|
|
|
|
|
|
|
vault {
|
|
|
|
enabled = true
|
2018-09-14 16:18:03 +00:00
|
|
|
address = "http://active.vault.service.consul:8200"
|
2017-05-15 18:56:41 +00:00
|
|
|
}
|