chore: add Ansible project scaffolding

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>
This commit is contained in:
2026-07-30 12:15:30 -05:00
parent 81a811aedd
commit 7a2ad022c8
4 changed files with 52 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Ansible / AWX local artifacts
.fact_cache/
*.retry
*.log
# Editor / OS
.DS_Store
*.swp
*~