From 55be691b71c80f2ea8f9fe7482f52c7478fef648 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 22 Dec 2015 14:59:06 +0000 Subject: [PATCH] Dont bother with nfs for now Signed-off-by: Patrick Uiterwijk --- playbooks/groups/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index da89790ca3..b0521ab2b2 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -25,7 +25,7 @@ - collectd/base - apache - fedmsg/base - - { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments' } + #- { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments' } - { role: nfs/client, when: env != "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app/app/attachments' } - { role: mediawiki, when: env != "staging" } - { role: mediawiki, when: env == "staging" }