githubixx / ansible-role-wireguard

Ansible role for installing WireGuard VPN. Supports Ubuntu, Debian, Archlinx, Fedora and CentOS.
https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-wireguard/
585 stars 182 forks source link

Enable skipping of wg kernel module install #200

Closed gregorydlogan closed 7 months ago

gregorydlogan commented 11 months ago

This PR enables skipping the wg kernel module install based on tag (wg-install-kernel-module) or role variable wireguard_install_kernel_module.

Fixes #190