This commit introduces persistent Wake-on-LAN support for Proxmox VE via Ansible. It includes YAML configuration options for the interface, verification, and systemd service management, ensuring reliable functionality after Ansible role execution. The changes also address ignoring outputs and temporary files for a cleaner setup.
24 lines
276 B
Plaintext
24 lines
276 B
Plaintext
# Ansible specific (optional - ignore temporary output or secrets)
|
|
*.retry
|
|
*.vault
|
|
*.vault_pass
|
|
*.secret
|
|
*.log
|
|
|
|
# VSCode settings
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Windows system files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
*.lnk
|
|
|
|
# Backup files
|
|
*~
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
*.tmp |