mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 05:14:58 +08:00
review-stats: add the nfs path to the sundries in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
9f93978086
commit
84409f8b07
@@ -38,7 +38,7 @@
|
||||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
- role: review-stats/build
|
||||
when: master_sundries_node|bool
|
||||
when: master_sundries_node|bool and env != 'staging'
|
||||
- role: zanata
|
||||
when: master_sundries_node|bool
|
||||
- role: fedora-web/build
|
||||
@@ -68,6 +68,11 @@
|
||||
nfs_src_dir: 'openshift_{{ env_short }}_websites'
|
||||
mount_stg: true
|
||||
when: '"sundries01" in ansible_fqdn'
|
||||
- role: nfs/client
|
||||
mnt_dir: '/srv/web/review-stats'
|
||||
nfs_src_dir: 'openshift_{{ env_short }}_reviewstats'
|
||||
mount_stg: true
|
||||
when: env == 'staging'
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
Reference in New Issue
Block a user