From 8dea3c64f988d451154fcf3a776d22b2a7df4bee Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 16 Apr 2019 19:22:28 +0200 Subject: [PATCH] Add docs nfs volume to stg sundries Signed-off-by: Patrick Uiterwijk --- playbooks/groups/sundries.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index c78096caa6..fc2f3aaebc 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -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"