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.
39 lines
746 B
YAML
39 lines
746 B
YAML
---
|
|
# Copyright (C) 2018-2022 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.11"
|
|
namespace: githubixx
|
|
role_name: ansible_role_wireguard
|
|
platforms:
|
|
- name: ArchLinux
|
|
- name: Ubuntu
|
|
versions:
|
|
- "bionic"
|
|
- "focal"
|
|
- "jammy"
|
|
- name: Debian
|
|
versions:
|
|
- "bullseye"
|
|
- name: EL
|
|
versions:
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
- name: Fedora
|
|
versions:
|
|
- "36"
|
|
- name: opensuse
|
|
versions:
|
|
- "15.4"
|
|
galaxy_tags:
|
|
- networking
|
|
- security
|
|
- linux
|
|
- vpn
|
|
- wireguard
|