ansible-nomad/defaults/main.yml
2022-05-10 08:28:04 +02:00

25 lines
516 B
YAML

---
nomad_server: True
nomad_data_dir: /opt/nomad
nomad_bind_addr: 0.0.0.0
nomad_datacenter: dc1
nomad_bootstrap_expect: 3
nomad_vault_enabled: False
nomad_vault_address: "https://active.vault.service.consul:8200"
nomad_vault_token_ttl: "1h"
nomad_vault_namespace: ""
nomad_vault_role: "nomad-cluster"
nomad_vault_token: ""
nomad_host_volumes:
[]
# - name:
# path:
# read_only:
nomad_host_networks:
[]
# - name:
# cidr:
# interface:
# reserved_ports:
nomad_allow_privileged: False