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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue