prole/infrastructure/inventory/host_vars/pi.prole.org.yml
2026-01-25 06:00:38 -08:00

33 lines
966 B
YAML

iscsi_portal: 10.0.0.203
iscsi_targets:
# PROLE-LOGS-1
- iqn: "iqn.2000-01.com.synology:synology.Target-1.292d45194a1"
chap_user: "prole"
chap_password: "{{ vault_iscsi_pi_password }}"
mounts:
- path: /prole/logs
fstype: ext4
opts: "_netdev,noatime"
src: "UUID=5335affd-b1ab-4134-a1c0-be88ab965309"
# PROLE-K3S-1
- iqn: "iqn.2000-01.com.synology:synology.Target-14.292d45194a1"
chap_user: "prole"
chap_password: "{{ vault_iscsi_pi_password }}"
mounts:
- path: /var/lib/rancher
fstype: ext4
opts: "_netdev,noatime"
src: "UUID=466eefa2-9a7c-4bac-a136-d1d3ec35dae1"
# PROLE-PI-2
- iqn: "iqn.2000-01.com.synology:synology.Target-18.292d45194a1"
chap_user: "prole"
chap_password: "{{ vault_iscsi_pi_password }}"
mounts:
- path: /var/log/pihole
fstype: ext4
opts: "_netdev,noatime"
src: "UUID=56b21ec3-2826-4171-b909-a6715223f9a4"