From 90ddd2da30044ab6129515e5c5c86dd4e096212c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 22 Apr 2014 18:59:32 +0000 Subject: [PATCH] Add vpn to sundries servers --- playbooks/groups/sundries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 228ec4813c..bd6839329f 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -48,6 +48,8 @@ - include: "{{ tasks }}/sudo.yml" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml" + - include: "{{ tasks }}/openvpn_client.yml" + when: env != "staging" handlers: - include: "{{ handlers }}/restart_services.yml"