This commit is contained in:
parent
0e7cfa0934
commit
049bedbd8f
@ -7,5 +7,6 @@
|
|||||||
- vapp
|
- vapp
|
||||||
- network
|
- network
|
||||||
- users
|
- users
|
||||||
|
- disks
|
||||||
- metacluster
|
- metacluster
|
||||||
- cleanup
|
- cleanup
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
- name: Mount dynamic disk
|
||||||
|
ansible.posix.mount:
|
||||||
|
path: /mnt/blockstorage
|
||||||
|
src: /dev/sdb
|
||||||
|
fstype: ext4
|
||||||
|
state: mounted
|
||||||
|
|
Loading…
Reference in New Issue
Block a user