2022-02-27 14:49:00 -08:00
|
|
|
---
|
|
|
|
all:
|
|
|
|
children:
|
|
|
|
servers:
|
|
|
|
hosts:
|
2022-05-24 20:09:16 -07:00
|
|
|
n1.thefij:
|
2022-02-27 14:49:00 -08:00
|
|
|
nomad_node_role: both
|
2023-04-20 16:43:57 -07:00
|
|
|
# nomad_meta:
|
|
|
|
# hw_transcode.device: /dev/dri
|
|
|
|
# hw_transcode.type: intel
|
2023-01-13 15:17:03 -08:00
|
|
|
nfs_mounts:
|
|
|
|
- src: 10.50.250.2:/srv/volumes
|
|
|
|
path: /srv/volumes/moxy
|
|
|
|
opts: proto=tcp,rw
|
2022-04-04 22:20:19 -07:00
|
|
|
nomad_unique_host_volumes:
|
2022-02-27 14:49:00 -08:00
|
|
|
- name: mysql-data
|
2022-04-04 22:20:19 -07:00
|
|
|
path: /srv/volumes/mysql
|
2022-11-10 10:18:28 -08:00
|
|
|
owner: "999"
|
|
|
|
group: "100"
|
2022-04-04 22:20:19 -07:00
|
|
|
mode: "0755"
|
|
|
|
read_only: false
|
2023-05-03 14:16:47 -07:00
|
|
|
- name: postgres-data
|
|
|
|
path: /srv/volumes/postgres
|
|
|
|
owner: "999"
|
|
|
|
group: "999"
|
|
|
|
mode: "0755"
|
|
|
|
read_only: false
|
2022-05-24 20:09:16 -07:00
|
|
|
n2.thefij:
|
2023-01-13 15:17:03 -08:00
|
|
|
nfs_mounts:
|
|
|
|
- src: 10.50.250.2:/srv/volumes
|
|
|
|
path: /srv/volumes/moxy
|
|
|
|
opts: proto=tcp,rw
|
2022-09-27 21:27:34 -07:00
|
|
|
nomad_node_class: ingress
|
2022-05-24 20:09:16 -07:00
|
|
|
nomad_node_role: both
|
|
|
|
nomad_unique_host_volumes:
|
2022-04-04 22:20:19 -07:00
|
|
|
- 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
|
2022-10-27 14:28:34 -07:00
|
|
|
- name: sonarr-data
|
|
|
|
path: /srv/volumes/sonarr
|
|
|
|
owner: "root"
|
|
|
|
group: "bin"
|
|
|
|
mode: "0755"
|
|
|
|
read_only: false
|
2022-11-10 10:18:37 -08:00
|
|
|
pi4:
|
|
|
|
nomad_node_role: both
|
2023-04-20 16:43:57 -07:00
|
|
|
nomad_meta:
|
|
|
|
hw_transcode.device: /dev/video11
|
|
|
|
hw_transcode.type: raspberry
|
2022-02-27 14:49:00 -08:00
|
|
|
|
|
|
|
consul_instances:
|
|
|
|
children:
|
2022-05-24 20:09:16 -07:00
|
|
|
servers: {}
|
2022-06-17 15:14:55 -07:00
|
|
|
vault_instances:
|
2022-02-27 14:49:00 -08:00
|
|
|
children:
|
|
|
|
servers: {}
|
2022-06-17 15:14:55 -07:00
|
|
|
nomad_instances:
|
2022-03-15 11:57:00 -07:00
|
|
|
children:
|
2022-04-15 12:11:41 -07:00
|
|
|
servers: {}
|