using the wrong syntax or other things.. try string
This commit is contained in:
parent
b44ec766c5
commit
eae48f82be
1 changed files with 6 additions and 6 deletions
|
@ -7,25 +7,25 @@
|
|||
|
||||
- name: create 5 GB communishift logical volumes
|
||||
lvol: vg=VG_nfs lv=openshift-05gb-{{item}} size=5g shrink=no
|
||||
with_items: 00 01 02 03 04 05 06 07 08 09
|
||||
with_items: "00 01 02 03 04 05 06 07 08 09"
|
||||
|
||||
- name: Create FS for 5 GB communishift logical volules
|
||||
filesystem: fstype=xfs dev=/dev/VG_nfs/openshift-05gb-{{item}}
|
||||
with_items: 00 01 02 03 04 05 06 07 08 09
|
||||
with_items: "00 01 02 03 04 05 06 07 08 09"
|
||||
|
||||
- name: create 10 GB communishift logical volumes
|
||||
lvol: vg=VG_nfs lv=openshift-10gb-{{item}} size=10g shrink=no
|
||||
with_items: 00 01 02 03 04 05 06 07 08 09
|
||||
with_items: "00 01 02 03 04 05 06 07 08 09"
|
||||
|
||||
- name: Create FS for 10 GB communishift logical volules
|
||||
filesystem: fstype=xfs dev=/dev/VG_nfs/openshift-10gb-{{item}}
|
||||
with_items: 00 01 02 03 04 05 06 07 08 09
|
||||
with_items: "00 01 02 03 04 05 06 07 08 09"
|
||||
|
||||
- name: create 25 GB communishift logical volumes
|
||||
lvol: vg=VG_nfs lv=openshift-25gb-{{item}} size=25g shrink=no
|
||||
with_items: 00 01 02 03 04 05 06 07 08 09
|
||||
with_items: "00 01 02 03 04 05 06 07 08 09"
|
||||
|
||||
- name: Create FS for 25 GB communishift logical volules
|
||||
filesystem: fstype=xfs dev=/dev/VG_nfs/openshift-25gb-{{item}}
|
||||
with_items: 00 01 02 03 04 05 06 07 08 09
|
||||
with_items: "00 01 02 03 04 05 06 07 08 09"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue