An open API service indexing awesome lists of open source software.

https://github.com/fboender/ansible_tinc

Ansible role for Tinc (mesh vpn) for Ubuntu 14.04, 16.04 and 18.04
https://github.com/fboender/ansible_tinc

ansible role tinc ubuntu

Last synced: about 1 year ago
JSON representation

Ansible role for Tinc (mesh vpn) for Ubuntu 14.04, 16.04 and 18.04

Awesome Lists containing this project

README

          

# Tinc Ansible role

This is a role to install Tinc with Ansible.

tinc is a meshing Virtual Private Network (VPN) daemon that uses tunnelling
and encryption to create a secure private network between hosts on the
Internet.

**This role works on**:

- Ubuntu 14.04
- Ubuntu 16.04
- Ubuntu 18.04

**It does the following**:

- Install and configure Tinc on each host
- Distributes the tinc hosts files to each host
- Adds entries for each host in `/etc/hosts`

**Shortcomings**:

- Only supports one tinc network.

**Notes**:

I do not provide support for this repo.