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
|