Files
ansible-pi/.gitignore
Namu 9e8d248a02 refactor: improve project structure, idempotency, and security
- 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.
2026-06-19 19:16:15 +02:00

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/