mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-06-29 03:03:07 +00:00
add wireguard install with kmod
This commit is contained in:
12
tasks/RedHat/wireguard_install.yaml
Normal file
12
tasks/RedHat/wireguard_install.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
- name: Install repos
|
||||
dnf:
|
||||
name:
|
||||
- elrepo-release
|
||||
- epel-release
|
||||
state: present
|
||||
|
||||
- name: Install kmod wireguard
|
||||
dnf:
|
||||
name:
|
||||
- kmod-wireguard
|
||||
- wireguard-tools
|
Reference in New Issue
Block a user