adc/ansible/roles/home-net/handlers/main.yml
josiah 15b78abf21 Move to wg portal setup on larva.
- add parent play for configuring the rpi
- add dedicated rpi.yml to configure the base
- copy over templates, handlers from the wg play
- import the rpi.yml in main.yml
2020-11-15 13:39:25 -06:00

6 lines
111 B
YAML

---
# handlers file for wg_vpn
- name: restart wireguard
service: name=wg-quick@wg0.service state=restarted