infra/ansible/roles/nomad/files/nomad.hcl
shockrah c6ef6ae4d2
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 18s
moving more files around for nomad this time
2025-05-25 22:41:37 -07:00

18 lines
253 B
HCL

data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
server {
enabled = true
bootstrap_expect = 1
}
client {
enabled = true
servers = ["127.0.0.1"]
}
host_volume "registry" {
path = "/opt/volumes/registry"
read_only = false
}