featcreate task to map iscsi drive and partition, refs #31

This commit is contained in:
2024-10-29 21:44:57 +10:00
parent 4403b0eb3b
commit 9a1fb1b982
3 changed files with 86 additions and 0 deletions

View File

@ -127,6 +127,14 @@
tags: dockerserver_install
- hosts: dev
become: yes
tasks:
- name: Connect iSCSI
import_tasks: tasks/iscsi.yml
tags: iscsi_connect