summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-setup-vpn.yml
blob: c6db977b8a23dbc50dae298b03098075135c496c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: Analyze Ands configuration
  hosts: ands
  roles:
    - role: ands_facts

- name: OpenVPN service
  hosts: nodes
  roles:
    - role: openvpn
  vars:
    openvpn_config: "katrin"
    openvpn_lb: "{{ ands_openshift_lb }}"
    openvpn_servers: "masters"