ODCS: I have no idea why openvpn is needed on frontend. Try without it for now.

This commit is contained in:
Jan Kaluza 2020-06-14 07:05:17 +02:00
parent f80b7b5ddd
commit 3569ba2d8c

View file

@ -30,21 +30,21 @@
handlers: handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml" - import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: openvpn on the prod frontend nodes #- name: openvpn on the prod frontend nodes
hosts: odcs_frontend # hosts: odcs_frontend
user: root # user: root
gather_facts: True # gather_facts: True
#
vars_files: # vars_files:
- /srv/web/infra/ansible/vars/global.yml # - /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml" # - "/srv/private/ansible/vars.yml"
- "{{ vars_path }}/{{ ansible_distribution }}.yml" # - "{{ vars_path }}/{{ ansible_distribution }}.yml"
#
roles: # roles:
- openvpn/client # - openvpn/client
#
handlers: # handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml" # - import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: Set up odcs frontend service - name: Set up odcs frontend service
hosts: odcs_frontend:odcs_frontend_stg hosts: odcs_frontend:odcs_frontend_stg