Files
Jose a82bd5bac5
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
refactor ♻️: Refactor task management by removing unused task and adjusting pause duration.
This commit refactors the task management system by removing an unused task and adjusting the pause duration to ensure consistent behavior across different environments.
2026-01-25 09:08:09 +01:00

23 lines
648 B
YAML

---
# ============================================================
# WOL mode options:
# g = magic packet (most common, highly recommended)
# d = disable Wake-on-LAN
# p = physical activity
# u = unicast frames
# m = multicast frames
# b = broadcast frames
# ============================================================
wol_mode: "g"
# ============================================================
# Verification settings
# ============================================================
# Enable WOL status verification after configuration
wol_verify: true
# Report MAC addresses for WOL packet senders
wol_report_mac: true
wol_port: 9