diff --git a/CHANGELOG.md b/CHANGELOG.md index 310fca5..bf286bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --------- +**3.0.0** + +- support for Debian added (contribution by ties) + **2.0.1** - make Ansible linter happy diff --git a/README.md b/README.md index a7acbe4..45019dc 100644 --- a/README.md +++ b/README.md @@ -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 -------- diff --git a/meta/main.yml b/meta/main.yml index ab19407..0f185ef 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -8,6 +8,9 @@ galaxy_info: - name: Ubuntu versions: - bionic + - name: Debian + versions: + - stretch galaxy_tags: - networking - security