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"