Add staging nfs mount of lookaside r/o
This commit is contained in:
parent
8e4a077322
commit
cd44a51ca4
1 changed files with 1 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue