We only need vpn on the frontend I think.

This commit is contained in:
Kevin Fenzi 2015-04-24 19:50:38 +00:00
parent dd75e2b41b
commit d515df902b

View file

@ -32,7 +32,7 @@
- fas_client
- sudo
- collectd/base
- { role: openvpn/client, when: env != "staging" }
- { role: openvpn/client, when: env != "staging" and inventory_hostname.startswith('mm-frontend01') }
- { role: nfs/client, when: inventory_hostname.startswith('mm-backend01'), mnt_dir: '/srv/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
tasks: