mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-30 01:59:18 +01:00
22 lines
486 B
YAML
22 lines
486 B
YAML
---
|
|
all:
|
|
hosts:
|
|
coreelec:
|
|
ansible_host: coreelec.{{ internal_domain }}
|
|
ansible_user: root
|
|
children:
|
|
truenas-instances:
|
|
hosts:
|
|
truenas:
|
|
ansible_host: truenas.{{ internal_domain }}
|
|
truenas-remote:
|
|
ansible_host: truenas-remote.{{ internal_domain }}
|
|
ansible_port: 35875
|
|
vars:
|
|
ansible_user: homelab
|
|
truenas-jails:
|
|
hosts:
|
|
minio_v2:
|
|
# postgresql_v15:
|
|
# postgresql_v16:
|