mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
- Add merlin iSCSI config for PROLE-DATA-4 mounted at /prole/d004 (xfs, _netdev,noatime) - Refine iscsi role login/mount flow (device resolution, mkfs-if-missing, UUID fstab, tags) - Ensure installer run_script stages lib/shell into PROLE_HOME so etc scripts can source common libs; add regression test - Add init scripts for Forgejo/GitLab; ignore generated conf/prole.cfg Co-authored-by: Junie <junie@jetbrains.com>
10 lines
253 B
YAML
10 lines
253 B
YAML
---
|
|
- name: Mount target filesystems
|
|
ansible.builtin.include_tasks: iscsi_mount.yml
|
|
loop: "{{ t.mounts | default([]) }}"
|
|
loop_control:
|
|
loop_var: m
|
|
label: "{{ m.path | default('<unknown-mountpoint>') }}"
|
|
vars:
|
|
iscsi_target: "{{ t }}"
|