mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
12 lines
193 B
YAML
12 lines
193 B
YAML
---
|
|
- name: iSCSI mounts
|
|
hosts: iscsi
|
|
gather_facts: false
|
|
become: true
|
|
|
|
tasks:
|
|
- name: iSCSI mounts
|
|
ansible.builtin.import_role:
|
|
name: iscsi
|
|
tasks_from: mount
|