try and get this working

This commit is contained in:
Stephen Smoogen 2019-06-11 19:50:16 +00:00
parent 6c4068dd8b
commit b14f1f5566

View file

@ -63,7 +63,7 @@
- drives
- name: Mount copr tree directory
mount: name=/srv/nfs/copr-dist-git src='LABEL=copr-dist-git' fstype=xfs state=mounted
mount: name=/srv/nfs/copr-dist-git src=/dev/mapper/VG_nfs-copr--dist--git fstype=xfs state=mounted
tags:
- drives
@ -83,7 +83,7 @@
- drives
- name: Mount copr tree directory
mount: name=/srv/nfs/copr-dist-git-dev src='LABEL=copr-dist-git-dev' fstype=xfs state=mounted
mount: name=/srv/nfs/copr-dist-git-dev src=/dev/mapper/VG_nfs-copr--dist--git--dev fstype=xfs state=mounted
tags:
- drives
@ -106,7 +106,7 @@
- drives
- name: Mount openshift 5GB tree directories
mount: name=/srv/nfs/openshift-05gb-{{item}} src='LABEL=openshift-05gb-{{item}}' fstype=xfs state=mounted
mount: name=/srv/nfs/openshift-05gb-{{item}} src=/dev/mapper/VG_nfs-openshift--05gb--{{item}} fstype=xfs state=mounted
with_items: ["00","01","02","03","04","05","06","07","08","09"]
tags:
- drives
@ -130,7 +130,7 @@
- drives
- name: Mount openshift 10GB tree directories
mount: name=/srv/nfs/openshift-10gb-{{item}} src='LABEL=openshift-10gb-{{item}}' fstype=xfs state=mounted
mount: name=/srv/nfs/openshift-10gb-{{item}} src=/dev/mapper/VG_nfs-openshift--10gb--{{item}} fstype=xfs state=mounted
with_items: ["00","01","02","03","04","05","06","07","08","09"]
tags:
- drives
@ -154,7 +154,7 @@
- drives
- name: Mount openshift 25GB tree directories
mount: name=/srv/nfs/openshift-25gb-{{item}} src='LABEL=openshift-25gb-{{item}}' fstype=xfs state=mounted
mount: name=/srv/nfs/openshift-25gb-{{item}} src=/dev/mapper/VG_nfs-openshift--25gb--{{item}} fstype=xfs state=mounted
with_items: ["00","01","02","03","04","05","06","07","08","09"]
tags:
- drives