Renamed redis role

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-12 17:58:04 +02:00
parent e2b5491e1f
commit 46bba3564d
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
5 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ services:
{% endif %} {% endif %}
{# Load Redis #} {# Load Redis #}
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %} {% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}
{% include 'roles/web-app-redis/templates/service.yml.j2' %} {% include 'roles/svc-db-redis/templates/service.yml.j2' %}
{% endif %} {% endif %}
{# Load OAuth2 Proxy #} {# Load OAuth2 Proxy #}
{% if applications | is_feature_enabled('oauth2',application_id) %} {% if applications | is_feature_enabled('oauth2',application_id) %}

View File

@ -1,4 +1,4 @@
# Role: web-app-redis # Role: svc-db-redis
## Description ## Description

View File

@ -14,7 +14,7 @@ galaxy_info:
- cache - cache
repository: "https://github.com/kevinveenbirkenbach/cymais" repository: "https://github.com/kevinveenbirkenbach/cymais"
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues" issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
documentation: "https://github.com/kevinveenbirkenbach/cymais/tree/main/roles/web-app-redis" documentation: "https://github.com/kevinveenbirkenbach/cymais/tree/main/roles/svc-db-redis"
min_ansible_version: "2.9" min_ansible_version: "2.9"
platforms: platforms:
- name: Any - name: Any