Ian Fijolek
36cdb8f41b
Currently it won't auto bootstrap auth. A command has to be executed one time to get it to be added to the database.
57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
---
|
|
all:
|
|
children:
|
|
servers:
|
|
hosts:
|
|
n1.thefij:
|
|
nomad_node_role: both
|
|
# nomad_meta:
|
|
# hw_transcode.device: /dev/dri
|
|
# hw_transcode.type: intel
|
|
nfs_mounts:
|
|
- src: 10.50.250.2:/srv/volumes
|
|
path: /srv/volumes/moxy
|
|
opts: proto=tcp,rw
|
|
nomad_unique_host_volumes:
|
|
- name: mysql-data
|
|
path: /srv/volumes/mysql
|
|
owner: "999"
|
|
group: "100"
|
|
mode: "0755"
|
|
read_only: false
|
|
- name: postgres-data
|
|
path: /srv/volumes/postgres
|
|
owner: "999"
|
|
group: "999"
|
|
mode: "0755"
|
|
read_only: false
|
|
n2.thefij:
|
|
nfs_mounts:
|
|
- src: 10.50.250.2:/srv/volumes
|
|
path: /srv/volumes/moxy
|
|
opts: proto=tcp,rw
|
|
nomad_node_class: ingress
|
|
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: sonarr-data
|
|
path: /srv/volumes/sonarr
|
|
owner: "root"
|
|
group: "bin"
|
|
mode: "0755"
|
|
read_only: false
|
|
pi4:
|
|
nomad_node_role: both
|
|
nomad_meta:
|
|
hw_transcode.device: /dev/video11
|
|
hw_transcode.type: raspberry
|
|
|
|
nomad_instances:
|
|
children:
|
|
servers: {}
|