We only need vpn on the frontend I think.
This commit is contained in:
parent
dd75e2b41b
commit
d515df902b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue