strongSwan IPSec VPN daemon
Requires BIRD to be installed if the VPNs are dynamic route based.
Minimum ansible version: 2.9.5
strongswan_conf_install_routes: yes
strongswan_conf_connections:
- name: tunnel1
psk: secret
left: 10.0.0.3
leftid: 128.105.144.189
left_subnets: 0.0.0.0/0
right: 34.124.6.243
right_subnets: 0.0.0.0/0
strongswan_conf_connections:
- name: tunnel1
vti:
local: 169.254.0.2/30
remote: 169.254.0.1/30
psk: secret
left: 10.0.0.3
leftid: 128.105.144.189
left_subnets: 0.0.0.0/0
right: 34.124.6.243
- hosts: all
vars:
roles:
- bird
- strongswan
© 2020 Open Networking Foundation [email protected]
License: Apache-2.0