mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 06:24:25 +02:00
Renamed redis role
This commit is contained in:
parent
e2b5491e1f
commit
46bba3564d
@ -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) %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Role: web-app-redis
|
# Role: svc-db-redis
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user