Mount openshift_*_websites on sundries
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
7862863015
commit
5228c3a5e8
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue