pkgs: specify to the nfs/client role that we're ok with mounting this in stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ba001ac2eb
commit
bb6f7217d3
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3' }
|
||||
- { role: nfs/client,
|
||||
when: env == "staging" and inventory_hostname.startswith('pkgs01'),
|
||||
mount_stg: true,
|
||||
mnt_dir: '/srv/cache/lookaside_prod',
|
||||
nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='ro,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3' }
|
||||
- role: distgit/pagure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue