sundries: mount codecs nfs volume on sundries
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
617d2d164d
commit
184f308a43
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@
|
||||||
nfs_src_dir: 'flatpak-indexer-storage'
|
nfs_src_dir: 'flatpak-indexer-storage'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
when: master_sundries_node|bool and env != "staging"
|
when: master_sundries_node|bool and env != "staging"
|
||||||
|
- role: nfs/client
|
||||||
|
mnt_dir: '/srv/web/codecs.fedoraproject.org'
|
||||||
|
nfs_src_dir: 'openshift_prod_codecs'
|
||||||
|
mount_stg: false
|
||||||
|
when: master_sundries_node|bool and env != "staging"
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue