homelab-nomad/ansible_playbooks/ansible_hosts.yml

55 lines
1.5 KiB
YAML
Raw Normal View History

---
all:
children:
servers:
hosts:
n1.thefij:
nomad_node_role: both
nomad_reserved_memory: 1024
2023-04-20 23:43:57 +00:00
# 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
2022-11-10 18:18:28 +00:00
owner: "999"
group: "100"
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
n2.thefij:
nomad_node_role: both
nomad_node_class: ingress
nomad_reserved_memory: 1024
nfs_mounts:
- src: 10.50.250.2:/srv/volumes
path: /srv/volumes/moxy
opts: proto=tcp,rw
nomad_unique_host_volumes:
- name: nextcloud-data
path: /srv/volumes/nextcloud
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
nomad_reserved_memory: 512
2023-04-20 23:43:57 +00:00
nomad_meta:
hw_transcode.device: /dev/video11
hw_transcode.type: raspberry
nomad_instances:
2022-03-15 18:57:00 +00:00
children:
2022-04-15 19:11:41 +00:00
servers: {}