23 lines
319 B
Plaintext
23 lines
319 B
Plaintext
|
data_dir = "{{ nomad_data_dir}}"
|
||
|
bind_addr = "{{ nomad_bind_addr }}"
|
||
|
datacenter = "{{ nomad_datacenter }}"
|
||
|
|
||
|
server {
|
||
|
enabled = true
|
||
|
bootstrap_expect = {{ nomad_bootstrap_expect }}
|
||
|
}
|
||
|
|
||
|
client {
|
||
|
enabled = true
|
||
|
}
|
||
|
|
||
|
plugin "raw_exec" {
|
||
|
config {
|
||
|
enabled = true
|
||
|
}
|
||
|
}
|
||
|
|
||
|
consul {
|
||
|
address = "127.0.0.1:8500"
|
||
|
}
|