feat ✨: Enable Wake-on-LAN persistently
This commit introduces persistent Wake-on-LAN support for Proxmox VE via Ansible. It includes YAML configuration options for the interface, verification, and systemd service management, ensuring reliable functionality after Ansible role execution. The changes also address ignoring outputs and temporary files for a cleaner setup.
This commit is contained in:
9
handlers/main.yml
Normal file
9
handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Reload systemd
|
||||
command: systemctl daemon-reexec
|
||||
|
||||
- name: Enable and start WOL service
|
||||
systemd:
|
||||
name: wol.service
|
||||
enabled: yes
|
||||
state: started
|
||||
Reference in New Issue
Block a user