Also mount fedora_ppc/data on new hub
This commit is contained in:
parent
ca5a853ba8
commit
13318ddc69
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
|||
mnt_dir: '/mnt/koji'
|
||||
nfs_src_dir: 'fedora_s390/data'
|
||||
when: env == 'production' and inventory_hostname.startswith('s390')
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/koji'
|
||||
nfs_src_dir: 'fedora_ppc/data'
|
||||
when: env == 'production' and inventory_hostname.startswith('ppc')
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/koji'
|
||||
nfs_src_dir: 'fedora_arm/data'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue