ansible-role-strongswan/defaults/main.yml

13 lines
245 B
YAML
Raw Normal View History

2021-09-11 16:52:14 +00:00
---
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: {}