mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
releng-compose: add mount_stg to allow staging mounting
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -72,14 +72,17 @@
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji_prod'
|
||||
nfs_src_dir: "{{ koji_hub_nfs }}"
|
||||
mount_stg: true
|
||||
when: "'releng_compose_stg' in group_names"
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji_prod/ostree'
|
||||
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||
mount_stg: true
|
||||
when: "'releng_compose_stg' in group_names"
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji_prod/compose/ostree'
|
||||
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
||||
mount_stg: true
|
||||
when: "'releng_compose_stg' in group_names"
|
||||
|
||||
- role: nfs/client
|
||||
|
||||
Reference in New Issue
Block a user