Add ansible.cfg (roles_path, inventory, become, fact caching), requirements.yml placeholder for future collections, .gitignore for Ansible artifacts, and .ansible-lint config for code quality. 🤖 Generated with [Crush](https://github.com/charmassociates/crush) Assisted-by: GLM-5 via Crush <crush@charm.land>
10 lines
93 B
Plaintext
10 lines
93 B
Plaintext
# Ansible / AWX local artifacts
|
|
.fact_cache/
|
|
*.retry
|
|
*.log
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*~
|