docs 📝: Update README.md with usage examples, scenario descriptions, and known issues
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 11s

This commit updates the README.md file to include a new section on 'Usage Examples' with detailed examples of how to use the role in different scenarios. It also updates the 'Common Proxmox Scenarios' table with more detailed descriptions and adds a new section on 'Known Issues'.
This commit is contained in:
2025-12-26 16:03:19 +01:00
parent 921b5d971f
commit c5a1346eea
6 changed files with 142 additions and 208 deletions

13
templates/wol@.service.j2 Normal file
View File

@@ -0,0 +1,13 @@
# /etc/systemd/system/wol@.service
[Unit]
Description=WakeonLAN configuration for interface %I
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/ethtool -s %I wol {{ wol_mode }}
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target