9f76b8baf5
* update Ansible Galaxy meta info (added Ubunut Focal Fossa / Debian Buster) * update CHANGELOG (Ubuntu 20.04 support) * move OS package installation to OS specific subtasks * update README * update CHANGELOG Co-authored-by: githubixx <home@tauceti.net>
28 lines
448 B
YAML
28 lines
448 B
YAML
galaxy_info:
|
|
author: Robert Wimmer
|
|
description: Installs Wireguard incl. systemd integration
|
|
license: GPLv3
|
|
min_ansible_version: 2.5
|
|
platforms:
|
|
- name: ArchLinux
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- buster
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Fedora
|
|
versions:
|
|
- 31
|
|
galaxy_tags:
|
|
- networking
|
|
- security
|
|
- linux
|
|
- vpn
|
|
- wireguard
|