15 lines
267 B
YAML
15 lines
267 B
YAML
|
galaxy_info:
|
||
|
author: Robert Wimmer
|
||
|
description: Installs Wireguard incl. systemd integration
|
||
|
license: GPLv3
|
||
|
min_ansible_version: 2.5
|
||
|
platforms:
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- bionic
|
||
|
galaxy_tags:
|
||
|
- networking
|
||
|
- security
|
||
|
- linux
|
||
|
- vpn
|