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:
- 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