orchestration-tests/nomad/ansible_hosts.yml

61 lines
1.5 KiB
YAML
Raw Normal View History

---
all:
children:
servers:
hosts:
n1.thefij:
2022-09-04 21:04:45 +00:00
cephfs: true
# consul_node_role: bootstrap
nomad_node_role: both
nomad_unique_host_volumes:
- name: mysql-data
path: /srv/volumes/mysql
owner: "root"
group: "bin"
mode: "0755"
read_only: false
2022-07-27 22:57:28 +00:00
- name: lldap-data
path: /srv/volumes/lldap
owner: "root"
group: "bin"
mode: "0755"
read_only: false
n2.thefij:
2022-09-04 21:04:45 +00:00
cephfs: true
nomad_node_role: both
nomad_unique_host_volumes:
- name: nextcloud-data
path: /srv/volumes/nextcloud
owner: "root"
group: "bin"
mode: "0755"
read_only: false
- name: gitea-data
path: /srv/volumes/gitea
owner: "root"
group: "bin"
mode: "0755"
read_only: false
- name: authentik-data
path: /srv/volumes/gitea
owner: "root"
group: "bin"
mode: "0755"
read_only: false
n3.thefij:
2022-09-04 21:04:45 +00:00
cephfs: true
nomad_node_class: ingress
nomad_node_role: both
2022-08-30 22:09:48 +00:00
pi4:
nomad_node_role: client
consul_instances:
children:
servers: {}
vault_instances:
children:
servers: {}
nomad_instances:
2022-03-15 18:57:00 +00:00
children:
2022-04-15 19:11:41 +00:00
servers: {}