@ -65,3 +65,18 @@
current_group: "{{ docker_group }}"
tags:
- update_config
- name: "Add wireguard kernel module"
community.general.modprobe:
name: wireguard
state: present
become: true
- name: "Activate dynamic debug log for wireguard" # noqa command-instead-of-shell
shell: |
set -o pipefail
echo module wireguard +p | sudo tee /sys/kernel/debug/dynamic_debug/control
args:
executable: /bin/bash
changed_when: false