Files
ansible_proxmox_WOL/defaults/main.yml

14 lines
246 B
YAML
Raw Normal View History

# defaults/main.yml
# Bridge interface to enable Wake-on-LAN on
wol_bridge: vmbr0
# 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