- [vps]-Gruppe mit netcup (194.13.80.132) ins Inventory, in [all:children] - sysctl-Rolle: Loop auf Variable sysctl_params umgestellt (defaults/main.yml) - group_vars/vps: VPS-Override (fq ergaenzt, swappiness/dirty_ratio weggelassen) - .gitignore: id_ed25519 (privater Key!) + iso-builder/output ergaenzt Entspricht dem live gesetzten /etc/sysctl.d/99-net-tuning.conf (15.06.2026). Dry-run gegen netcup: changed=0 (idempotent), andere Hosts unveraendert. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 lines
326 B
Text
30 lines
326 B
Text
# Vault Password File
|
|
.vault-password
|
|
vault-password
|
|
*.vault-pass
|
|
|
|
# Sensible Dateien
|
|
*.key
|
|
*.pem
|
|
*.pfx
|
|
id_rsa
|
|
id_rsa.pub
|
|
id_ed25519
|
|
id_ed25519.pub
|
|
|
|
# ISO-Builder Output (zu gross fuers Repo)
|
|
iso-builder/output/
|
|
*.iso
|
|
|
|
# Ansible temporäre Dateien
|
|
*.retry
|
|
.ansible/
|
|
backup/
|
|
tmp/
|
|
# ISO Images
|
|
*.iso
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*~
|