Add staging nfs mount of lookaside r/o

This commit is contained in:
Kevin Fenzi 2016-07-29 21:48:52 +00:00
parent 8e4a077322
commit cd44a51ca4

View file

@ -28,6 +28,7 @@
- git/hooks
- clamav
- { role: nfs/client, when: env != "staging", mnt_dir: '/srv/cache/lookaside', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' }
- { role: nfs/client, when: env == "staging", mnt_dir: '/srv/cache/lookaside', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' }
- role: distgit
tags: distgit
- { role: hosts, when: env == "staging" }