Mount openshift_*_websites on sundries

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-13 00:23:19 +02:00
parent 7862863015
commit 5228c3a5e8

View file

@ -58,6 +58,11 @@
nfs_src_dir: 'openshift_{{ env_short }}_docs'
mount_stg: true
when: '"sundries01" in ansible_fqdn'
- role: nfs/client
mnt_dir: '/srv/websites'
nfs_src_dir: 'openshift_{{ env_short }}_websites'
mount_stg: true
when: '"sundries01" in ansible_fqdn'
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"