We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
这篇文章介绍了如何安装 IKEv1 VPN Server (基于 StrongSwan)
testvm ansible_ssh_host=192.168.1.14 ansible_ssh_user=vagrant ansible_sudo=true [ipsec] testvm
hosts_vars/testvm.yml
group_vars/ipsec.yml
ipsec_enable_ikev1: true ipsec_enable_ikev2: false ipsec_enable_l2tp: false ipsec_psk: ipsecworks ipsec_use_radius: false ikev1_users: - username: "testuser" password: "changeme"
ansible-playbook ipsec.yml -l testvm