algo/roles/wireguard/handlers/main.yml
Jack Ivanov dbd68aa97d WireGuard BSD (#1083)
* WireGuard BSD

* Remove unneeded config option

* Enable PersistentKeepalive for NAT and Firewall Traversal Persistence

* Install dnscrypt-proxy from repositories
2018-09-27 04:18:12 -04:00

6 lines
93 B
YAML

---
- name: restart wireguard
service:
name: "{{ service_name }}"
state: restarted