feat: wireguard role allow multiple endpoints

This commit is contained in:
Clément Désiles
2026-05-29 21:32:08 +02:00
parent 4ae7721070
commit ff3133f8e7
4 changed files with 45 additions and 81 deletions
+4
View File
@@ -2,3 +2,7 @@
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: Apply sysctl
ansible.builtin.command: sysctl --system
changed_when: true