mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
kojipkgs: mount ostree nfs volumes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -59,12 +59,12 @@
|
|||||||
mnt_dir: '/mnt/koji/ostree'
|
mnt_dir: '/mnt/koji/ostree'
|
||||||
nfs_src_dir: 'fedora_ostree_content/ostree'
|
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
when: datacenter == 'iad2'
|
when: datacenter == 'rdu3'
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/koji/compose/ostree'
|
mnt_dir: '/mnt/koji/compose/ostree'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
||||||
when: datacenter == 'iad2'
|
when: datacenter == 'rdu3'
|
||||||
- role: kojipkgs
|
- role: kojipkgs
|
||||||
- role: varnish
|
- role: varnish
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user