Skip to content

climacell/ansible-role-l2tp-ipsec-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: L2TP/IPSec client

Installs xl2tpd and libreswan, provides a VPN client.

Requirements

None.

Role Variables

Key Type Description Default
l2tp_ipsec_server_host String VPN server's host. it.toyvpn.com
l2tp_ipsec_PSK String Pre-shared key. toyvpn.com
l2tp_ipsec_client_username String Auth username. freeit
l2tp_ipsec_client_password String Auth password 74158689
l2tp_ipsec_client_cidr String Local CIDR 192.168.1.0/24
l2tp_ipsec_mtu Integer Maximum Transmission Unit 1410
l2tp_ipsec_mru Integer Maximum Receive Unit 1410

Dependencies

  • shomatan.epel

Example Playbook

- hosts: servers
  roles:
     - { role: shomatan.l2tp-ipsec-client }

License

MIT

Author Information

Shoma Nishitateno

About

Ansible role - L2TP/IPsec VPN client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%