3
0
Fork 0

Add basic fedora support (#32)

* Add basic fedora support

* Add Fedora to metadata, update Changelog
This commit is contained in:
Ties de Kock 2020-01-05 20:07:11 +01:00 committed by Robert Wimmer
parent e59c8bd027
commit 7826119ea7
3 changed files with 16 additions and 0 deletions

View File

@ -1,6 +1,11 @@
Changelog
---------
**4.2.0**
- Add support for Fedora (contribution by @ties)
**4.1.1**
- Install GPG to be able to import WireGuard key (Debian)

View File

@ -14,6 +14,9 @@ galaxy_info:
- name: EL
versions:
- 7
- name: Fedora
versions:
- 31
galaxy_tags:
- networking
- security

8
tasks/setup-fedora.yml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Add wireguard COPR
yum_repository:
name: "jdoss-wireguard"
description: "Copr repo for wireguard owned by jdoss"
baseurl: "https://copr-be.cloud.fedoraproject.org/results/jdoss/wireguard/fedora-$releasever-$basearch/"
gpgkey: "https://copr-be.cloud.fedoraproject.org/results/jdoss/wireguard/pubkey.gpg"
gpgcheck: yes