mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
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 }}"
|