set up the temp NFS mount for openqa prod

This commit is contained in:
Adam Williamson 2016-03-08 20:12:02 -08:00
parent 66a7e240ca
commit 1f95c20f37

View file

@ -67,3 +67,13 @@
nfs_src_dir: 'fedora_openqa_stg/images'
nfs_mount_opts: 'rw,bg,nfsvers=3'
tags: ['nfs_client']
# set up prod temp mount
- name: set up openQA server data NFS mounts
hosts: openqa
roles:
- role: nfs/client
mnt_dir: '/mnt/temp'
nfs_src_dir: 'fedora_openqa'
nfs_mount_opts: 'rw,bg,nfsvers=3'
tags: ['nfs_client']