- host_credentials.yml.example: template for per-device SSH creds, matched by IP, subnet CIDR, or global default (actual file is gitignored) - inventory/hosts.yml: refreshed with 162 hosts (31 NetBox + 135 UniFi) - .gitignore: exclude host_credentials.yml and run reports Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
# Ansible run reports (generated per-run)
|
|
reports/*.txt
|
|
|
|
# Per-host credentials — contains passwords, never commit
|
|
host_credentials.yml
|