- Replace interactive python setup script with native Ansible vars_prompt. - Add missing Prometheus helm values template for resource management on Raspberry Pi. - Replace deprecated apt_key module usage with modern keyring file download. - Add project files: requirements.txt, requirements.yml, and .gitignore.
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
# Ansible dynamic content
|
|
inventory.ini
|
|
*.retry
|
|
|
|
# Python Virtual Environment and cache
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Ansible local folders
|
|
.ansible/
|