From 7d9eb0c836847577d1eedef07516e62302fbdd5e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 22 Apr 2014 15:21:42 +0000 Subject: [PATCH] Add vpn to wiki01/02 --- playbooks/groups/wiki.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 05ec7916e8..724e285b51 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -49,6 +49,8 @@ - include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/sudo.yml" - include: "{{ tasks }}/apache.yml" + - include: "{{ tasks }}/openvpn_client.yml" + when: env != "staging" handlers: - include: "{{ handlers }}/restart_services.yml"