add wireguard install with kmod

This commit is contained in:
ace
2022-07-13 15:27:32 +03:00
parent ba2e09f3aa
commit b16e523b60
2 changed files with 14 additions and 0 deletions

View 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