set up the temp NFS mount for openqa prod
This commit is contained in:
parent
66a7e240ca
commit
1f95c20f37
1 changed files with 10 additions and 0 deletions
|
@ -67,3 +67,13 @@
|
||||||
nfs_src_dir: 'fedora_openqa_stg/images'
|
nfs_src_dir: 'fedora_openqa_stg/images'
|
||||||
nfs_mount_opts: 'rw,bg,nfsvers=3'
|
nfs_mount_opts: 'rw,bg,nfsvers=3'
|
||||||
tags: ['nfs_client']
|
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']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue