From e070415e3498598859468d25fb6a66e739fa3235 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 1 Aug 2014 17:05:11 +0200 Subject: [PATCH] Move back to the openvpn role --- playbooks/groups/elections.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index e91d910870..f66a03cc39 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -35,15 +35,15 @@ - fas_client - rsyncd - sudo -# - { role: openvpn/client, -# when: env != "staging" } + - { role: openvpn/client, + when: env != "staging" } tasks: - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - - include: "{{ tasks }}/openvpn_client.yml" - when: env != "staging" +# - include: "{{ tasks }}/openvpn_client.yml" +# when: env != "staging" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml"