From f81cb66458b776a8baad62bdbc88dca5467d651e Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 29 Nov 2017 02:10:26 +0000 Subject: [PATCH] put the openvpn client on bastion13 --- playbooks/groups/bastion.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index 7ef1f059d9..368cbbd211 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -19,6 +19,7 @@ - sudo - collectd/base - { role: openvpn/server, when: not inventory_hostname.startswith('bastion-comm01') or inventory_hostname.startswith('bastion13') } + - { role: openvpn/client, when: inventory_hostname.startswith('bastion13') } - { role: packager_alias, when: not inventory_hostname.startswith('bastion-comm01') or inventory_hostname.startswith('bastion13') } - opendkim