infra/ansible/roles/netbox/templates/redis-cache.env.j2
2025-10-01 17:06:51 -05:00

6 lines
No EOL
162 B
Django/Jinja

# Redis cache environment configuration
# {{ ansible_managed }}
{% if netbox_redis_cache_password %}
REDIS_PASSWORD={{ netbox_redis_cache_password }}
{% endif %}