You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
547 B
YAML
32 lines
547 B
YAML
# Copyright (C) 2018-2020 Robert Wimmer
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
galaxy_info:
|
|
author: Robert Wimmer
|
|
description: Installs Wireguard incl. systemd integration
|
|
license: GPL-3.0-or-later
|
|
min_ansible_version: 2.5
|
|
platforms:
|
|
- name: ArchLinux
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
- name: Debian
|
|
versions:
|
|
- buster
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- 8
|
|
- name: Fedora
|
|
versions:
|
|
- 31
|
|
- 32
|
|
galaxy_tags:
|
|
- networking
|
|
- security
|
|
- linux
|
|
- vpn
|
|
- wireguard
|