23 lines
383 B
YAML
23 lines
383 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
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- networking
|
|
- security
|
|
- linux
|
|
- vpn
|
|
- wireguard
|