blob: b6da7cd1f2dc2e67ef2fe2e3ab045f51100ae3f3 [file] [log] [blame]
Hyunsun Moonf7630602020-11-11 16:08:31 -08001---
2# Ansible playbook to configure a dynamic route-based VPN with BIRD and strongSwan
3
4- name: Configure VPN
5 hosts: vpn
6 become: true
7 roles:
Hyunsun Moonf98cda02022-02-08 19:46:16 -08008 - {role: bird, when: "strongswan_conf_install_routes == false"}
9 - {role: strongswan}