Add nfs mount for mm-backend01.stg

This commit is contained in:
Kevin Fenzi 2014-12-05 17:41:43 +00:00
parent 8bfb81af7d
commit 78fa37c34d

View file

@ -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"