More buildvm-01.stg fixes.
This commit is contained in:
parent
25d1da8167
commit
343b73ef18
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
- base
|
||||
- hosts
|
||||
- { role: nfs/client, when: not inventory_hostname.startswith('arm'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
|
||||
- { role: nfs/client, when: datacenter == 'staging', mnt_dir: '/mnt/koji', nfs_src_dir: '/mnt/koji' }
|
||||
- { role: nfs/client, when: datacenter == 'staging', mnt_dir: '/mnt/fedora_koji', nfs_src_dir: '/mnt/fedora_koji' }
|
||||
- koji_builder
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
- name: nfs mount points (stg)
|
||||
mount: >
|
||||
name=/{{ mnt_dir }}
|
||||
src=10.5.126.87:/mnt/{{ nfs_src_dir }}
|
||||
src=10.5.126.87:{{ nfs_src_dir }}
|
||||
fstype=nfs4
|
||||
opts={{nfs_mount_opts}}
|
||||
passno=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue