6 lines
No EOL
162 B
Django/Jinja
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 %} |