From 78fa37c34dd6aad11f83bda5a6874ca67417f69c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Dec 2014 17:41:43 +0000 Subject: [PATCH] Add nfs mount for mm-backend01.stg --- playbooks/groups/mirrormanager.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index 35da31200f..5b3c6046ab 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -32,8 +32,9 @@ - fas_client - sudo - collectd/base - - { role: openvpn/client, - when: env != "staging" } + - { role: openvpn/client, when: env != "staging" } + - { role: nfs/client, when: datacenter == "phx2", mnt_dir: '/srv/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' } + tasks: - include: "{{ tasks }}/yumrepos.yml"