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
- Host: GitHub
- URL: https://github.com/fboender/ansible_tinc
- Owner: fboender
- License: mit
- Created: 2018-08-17T07:42:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T07:55:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T18:52:20.081Z (over 1 year ago)
- Topics: ansible, role, tinc, ubuntu
- Language: DIGITAL Command Language
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.