Add docs nfs volume to stg sundries

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-04-16 19:22:28 +02:00
parent 36979503d4
commit 8dea3c64f9

View file

@ -53,6 +53,10 @@
when: master_sundries_node
- role: fedmsg/base
when: master_sundries_node
- role: nfs/client
mnt_dir: '/srv/docs'
nfs_src_dir: 'openshift_{{ env_short }}_docs'
when: '"sundries01" in ansible_fqdn and env == "staging"'
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"