blob: b6da7cd1f2dc2e67ef2fe2e3ab045f51100ae3f3 [file] [log] [blame]
---
# Ansible playbook to configure a dynamic route-based VPN with BIRD and strongSwan
- name: Configure VPN
hosts: vpn
become: true
roles:
- {role: bird, when: "strongswan_conf_install_routes == false"}
- {role: strongswan}