ansible-role-strongswan/defaults/main.yml
2021-09-11 18:52:14 +02:00

12 lines
245 B
YAML

---
strongswan_default_config:
type: tunnel
auto: start
keyexchange: ikev1
authby: secret
ike: aes256-sha256-modp2048
esp: aes256-sha256-modp2048
ikelifetime: 10800s
lifetime: 3600s
aggressive: false
strongswan_connections: {}