infra/ansible/.gitignore
Graham McIntire 6f0d308fea
cleanup: remove forgejo, fix ssh key paths, fix tracking issues, update docs
- Remove forgejo role, play, group, host_vars, and DNS references
- Replace hardcoded /Users/graham/.ssh/ paths with env var lookup
- Remove broken setup-user Makefile target
- Add community.mysql collection to requirements.yml
- Add .ansible/ to .gitignore
- git rm --cached .DS_Store files and .vscode/settings.json
- Update CLAUDE.md and README.md to reflect actual state
- Add findings.md with audit results
2026-06-04 14:27:31 -05:00

38 lines
347 B
Text

# Ansible runtime files
*.log
ansible-playbook.log
*.retry
site.retry
# Fact cache
fact_cache/
# Python
__pycache__/
*.pyc
*.pyo
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Sensitive files
*.key
*.pem
vault-password.txt
# Downloaded Galaxy roles/collections
.ansible/
# Temporary files
tmp/
temp/
.envrc