Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
This commit refactors the code by removing an unused variable named 'wol_bridges'. This change simplifies the codebase and eliminates unnecessary memory usage.
21 lines
635 B
YAML
21 lines
635 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
|