Files
ansible_proxmox_WOL/templates/90-wol.rules.j2
Jose b94be8a6e4
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
docs 📝: Updated README.md for clarity and improved readability
Fixed minor grammatical errors and reorganized content in the README.md file.
2025-12-26 11:00:41 +01:00

3 lines
175 B
Django/Jinja

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