prole/infrastructure/inventory/host_vars/pi.prole.org.yml

23 lines
671 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: "pi.prole.org"
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: "pi.prole.org"
chap_password: "{{ vault_iscsi_pi_password }}"
mounts:
- path: /var/lib/rancher
fstype: ext4
opts: "_netdev,noatime"
src: "UUID=466eefa2-9a7c-4bac-a136-d1d3ec35dae1"