ODCS: I have no idea why openvpn is needed on frontend. Try without it for now.
This commit is contained in:
parent
f80b7b5ddd
commit
3569ba2d8c
1 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue