From 3569ba2d8ce28850a363ec3b62c480cb3b50d39f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jun 14 2020 05:05:17 +0000 Subject: ODCS: I have no idea why openvpn is needed on frontend. Try without it for now. --- diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 179f589..f1ef9ed 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -30,21 +30,21 @@ handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml" -- name: openvpn on the prod frontend nodes - hosts: odcs_frontend - user: root - gather_facts: True - - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "/srv/private/ansible/vars.yml" - - "{{ vars_path }}/{{ ansible_distribution }}.yml" - - roles: - - openvpn/client - - handlers: - - import_tasks: "{{ handlers_path }}/restart_services.yml" +#- name: openvpn on the prod frontend nodes +# hosts: odcs_frontend +# user: root +# gather_facts: True +# +# vars_files: +# - /srv/web/infra/ansible/vars/global.yml +# - "/srv/private/ansible/vars.yml" +# - "{{ vars_path }}/{{ ansible_distribution }}.yml" +# +# roles: +# - openvpn/client +# +# handlers: +# - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Set up odcs frontend service hosts: odcs_frontend:odcs_frontend_stg