orchestration-tests/nomad/ansible_hosts.yml
Ian Fijolek 040b45eab0 Update ansible to deploy nomad and consul to Pi host
This is broken because the Pi doesn't have the right version of ip-tables
2022-02-27 14:54:25 -08:00

29 lines
699 B
YAML

---
all:
children:
servers:
hosts:
services.thefij:
consul_node_role: bootstrap
nomad_node_role: both
nomad_node_class: ingress
nomad_host_volumes:
- name: mysql-data
path: /srv/volumes/mysql-data
owner: "nomad"
group: "bin"
mode: "0755"
read_only: false
# consul_auto_encrypt:
# enabled: true
# dns_san: ["services.thefij"]
# ip_san: ["192.168.2.41", "127.0.0.1"]
# motionpi.thefij: {}
consul_instances:
children:
servers: {}
nomad_instances:
children:
servers: {}