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.
10 lines
172 B
YAML
10 lines
172 B
YAML
# Network interface to enable Wake-on-LAN on
|
|
wol_interface: "eno1"
|
|
|
|
# WOL mode:
|
|
# g = magic packet (most common)
|
|
wol_mode: "g"
|
|
|
|
# Enable verification task
|
|
wol_verify: true
|