mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
10 lines
236 B
YAML
10 lines
236 B
YAML
- name: "restart wireguard"
|
|
systemd:
|
|
name: wg-quick@wg0.cymais.service
|
|
state: restarted
|
|
enabled: yes
|
|
daemon_reload: yes
|
|
|
|
- name: "reload sysctl configuration"
|
|
shell: "sysctl --load='/etc/sysctl.d/wireguard-ip.conf'"
|