- 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
38 lines
347 B
Text
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
|