Files
ansible_proxmox_WOL/defaults/main.yml
Jose efd44fcbc8 feat : Add support for Wake-on-LAN
Enables Wake-on-LAN by setting `wol_interface` to an empty string and enables MAC address reporting.
2025-12-14 21:28:45 +01:00

12 lines
226 B
YAML

# Network interface to enable Wake-on-LAN on
wol_interface: ""
# WOL mode:
# g = magic packet (most common)
wol_mode: "g"
# Enable verification task
wol_verify: true
# Report MAC address for WOL senders
wol_report_mac: true