mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Renamed redis role
This commit is contained in:
		@@ -6,7 +6,7 @@ services:
 | 
			
		||||
{% endif %}
 | 
			
		||||
{# Load Redis #}
 | 
			
		||||
{% 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 %}
 | 
			
		||||
{# Load OAuth2 Proxy #}
 | 
			
		||||
{% if applications | is_feature_enabled('oauth2',application_id) %}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# Role: web-app-redis
 | 
			
		||||
# Role: svc-db-redis
 | 
			
		||||
 | 
			
		||||
## Description
 | 
			
		||||
 | 
			
		||||
@@ -14,7 +14,7 @@ galaxy_info:
 | 
			
		||||
    - cache
 | 
			
		||||
  repository: "https://github.com/kevinveenbirkenbach/cymais"
 | 
			
		||||
  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"
 | 
			
		||||
  platforms:
 | 
			
		||||
    - name: Any
 | 
			
		||||
		Reference in New Issue
	
	Block a user