Mount prod koji ro on composer.stg
This commit is contained in:
parent
94f903499b
commit
30fbcf6223
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
|||
mnt_dir: '/mnt/fedora_koji'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
when: datacenter == 'staging'
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji_prod'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
nfs_mount_opts: 'ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3'
|
||||
when: datacenter == 'staging'
|
||||
- releng
|
||||
- fedmsg/base
|
||||
- sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue