Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debops/ansible-tinc
Configure tinc mesh VPN network
https://github.com/debops/ansible-tinc
Last synced: 5 days ago
JSON representation
Configure tinc mesh VPN network
- Host: GitHub
- URL: https://github.com/debops/ansible-tinc
- Owner: debops
- License: gpl-3.0
- Created: 2015-05-20T09:54:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T14:48:13.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:51:03.128Z (3 months ago)
- Language: Shell
- Size: 197 KB
- Stars: 50
- Watchers: 8
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - debops/ansible-tinc - Configure tinc mesh VPN network (others)
README
## [![DebOps](https://debops.org/images/debops-small.png)](https://debops.org) tinc
[![Travis CI](https://img.shields.io/travis/debops/ansible-tinc.svg?style=flat)](https://travis-ci.org/debops/ansible-tinc)
[![test-suite](https://img.shields.io/badge/test--suite-ansible--tinc-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-tinc/)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-debops.tinc-660198.svg?style=flat)](https://galaxy.ansible.com/debops/tinc)[tinc](https://tinc-vpn.org/) is a Virtual Private Network daemon, it can be
used to create encrypted and tunneled connections to other hosts, forming
a separate network, either a centralized one or a mesh.`debops.tinc` Ansible role allows you to install and configure a mesh VPN
using `tinc`, including automatic public key exchange between all hosts in
the Ansible inventory, connection to external hosts and secure configuration.### Installation
This role requires at least Ansible `v2.0.0`. To install it, run:
```Shell
ansible-galaxy install debops.tinc
```### Documentation
More information about `debops.tinc` can be found in the
[official debops.tinc documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-tinc/docs/).### Role dependencies
- `debops.secret`
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.
### Authors and license
- [Maciej Delmanowski](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-drybjed) (maintainer) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
- [Robin Schneider](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-ypid) | [e-mail](mailto:[email protected]) | [GitHub](https://github.com/ypid)License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).