update README / CHANGELOG / Ansible meta (#7)

unmanaged-hosts 3.0.0
Robert Wimmer 6 years ago committed by GitHub
parent 3a8d3260c4
commit 8cacff8776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,10 @@
Changelog
---------
**3.0.0**
- support for Debian added (contribution by ties)
**2.0.1**
- make Ansible linter happy

@ -7,7 +7,7 @@ I used [PeerVPN](https://peervpn.net/) before but that wasn't updated for a whil
In general WireGuard is a network tunnel (VPN) for IPv4 and IPv6 that uses UDP. If you need more information about [WireGuard](https://www.wireguard.io/) you can find a good introduction here: [Installing WireGuard, the Modern VPN](https://research.kudelskisecurity.com/2017/06/07/installing-wireguard-the-modern-vpn/).
This role was tested with Ubuntu 18.04 (Bionic Beaver) and Archlinux. It might also work with Ubuntu 16.04 (Xenial Xerus) but haven't tested it. If someone tested it let me please know if it works ;-)
This role was tested with Ubuntu 18.04 (Bionic Beaver), Debian 9 (Stretch) and Archlinux. It might also work with Ubuntu 16.04 (Xenial Xerus) but haven't tested it. If someone tested it let me please know if it works ;-)
Versions
--------

@ -8,6 +8,9 @@ galaxy_info:
- name: Ubuntu
versions:
- bionic
- name: Debian
versions:
- stretch
galaxy_tags:
- networking
- security

Loading…
Cancel
Save