ansible-nas/roles/nomad/defaults/main.yml

10 lines
168 B
YAML
Raw Normal View History

2022-11-08 23:03:01 +00:00
---
nomad_enabled: false
nomad_data_home: "{{ docker_home }}/nomad"
nomad_service_name: nomad
# ports
nomad_port_http: 4646
nomad_port_rpc: 4647
nomad_port_serf: 4648