Skip to content

slgevens/ansible-libreswan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-libreswan

Context

Install, configure and start/stop libreswan tunnels

Usage

tasks:
  - include_role: name=ansible-libreswan

These extra vars should be used once with the required vars defined:

ansible-playbook libreswan.yml -e create_ca_cert=True -e set_nssdb_secret=True -D
  • set_nssdb_secret indicate that you want to create and set the secret for the DB

  • create_ca_cert=True indicate that you want to create your own CA certificate

Otherwise, play it like that:

ansible-playbook libreswan.yml -D

To start all the tunnel set in your playbook :

ansible-playbook libreswan.yml -D -e libreswan_manage_start=True

License

MIT

Author

Evens SOLIGNAC

About

Ansible role to install and configure libreswan

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages