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