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>
8 lines
334 B
YAML
8 lines
334 B
YAML
# requirements.yml
|
|
#
|
|
# External Ansible collections this project depends on. Currently empty —
|
|
# the roles in ./roles/ are self-contained and use only ansible.builtin.*
|
|
# modules. Add collections here as the STIG/CMMC/FedRAMP/ITAR hardening
|
|
# library grows (e.g. ansible.posix, community.crypto, community.general).
|
|
collections: []
|