docs 📝: Updated README for multiple bridges and improved persistence method.
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s

The README has been updated to include instructions for supporting multiple bridges and enhancing the persistence method.
This commit is contained in:
2025-12-26 11:54:23 +01:00
parent 47d10beea0
commit b1b73151b6
3 changed files with 82 additions and 147 deletions

View File

@@ -1,3 +0,0 @@
{% for interface in wol_final_interfaces %}
ACTION=="add", SUBSYSTEM=="net", KERNEL=="{{ interface }}", RUN+="/sbin/ethtool -s {{ interface }} wol {{ wol_mode }}"
{% endfor %}