diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 1f53aeafd6..9e3f0da0f1 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -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"