Skip to content

Ansible playbook to manage an OpenVPN-based IPv6 tunnel broker

License

Notifications You must be signed in to change notification settings

oskar456/ipv6tun_ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible roles to manage OpenVPN IPv6-tunnel broker

This repository contains (incomplete) ansible playbook to deploy IPv6 tunnel broker (site.yaml) as well as to manage users' tunnels (certs.yaml). Client database is stored in clientlist.yaml file with a structure like this:

    ---
    
    ipv6tun_clients:
      - id: 210
        client: user1
        email: [email protected]
      - id: 211
        client: user2
        email: [email protected]
        ticket: 123456
    
    ...

About

Ansible playbook to manage an OpenVPN-based IPv6 tunnel broker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published