homelab/roles/base/handlers/main.yml

13 lines
245 B
YAML
Raw Normal View History

- name: Reboot host
reboot:
msg: "Reboot initiated by Ansible"
connect_timeout: 5
listen: reboot_host
when: allow_reboot
- name: Restart WireGuard
service:
name: wg-quick@wg0
state: restarted
listen: restart_wireguard