The *strongwan* role is intended to be used as a dependency of other roles that use strongSwan for IPsec configuration. It deploys some basic configuration and configures the *strongswan* service, but does not configure any connections, secrets, etc.
11 lines
244 B
Django/Jinja
11 lines
244 B
Django/Jinja
# ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
# basic configuration
|
|
|
|
config setup
|
|
# strictcrlpolicy=yes
|
|
# uniqueids = no
|
|
|
|
# Define VPN connectsions in files under the ipsec.d/conns directory
|
|
include /etc/strongswan/ipsec.d/conns/*.conf
|