From dd33a33765003da5fda90492e5935c6daea1f5c2 Mon Sep 17 00:00:00 2001 From: Marco Procaccini Date: Mon, 21 Jul 2025 15:53:52 +0200 Subject: [PATCH 1/2] aggiunsta tag shinyproxy nel blocco di installazione redis --- tasks/shinyproxy_redis_service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/shinyproxy_redis_service.yml b/tasks/shinyproxy_redis_service.yml index 29f0b77..3766456 100644 --- a/tasks/shinyproxy_redis_service.yml +++ b/tasks/shinyproxy_redis_service.yml @@ -1,7 +1,7 @@ --- - name: Manage the installation of the REDIS service run_once: true - tags: shinyproxy_redis + tags: shinyproxy_redis, shinyproxy, shinyproxy_swarm, docker block: - name: Create the compose directory for the REDIS Swarm stack ansible.builtin.file: From 8f438636819cefdc4edd69ee3c4a217e17ede7a2 Mon Sep 17 00:00:00 2001 From: Marco Procaccini Date: Mon, 21 Jul 2025 17:23:54 +0200 Subject: [PATCH 2/2] fixed bug in redis image var --- templates/shinyproxy-redis-docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shinyproxy-redis-docker-compose.yml.j2 b/templates/shinyproxy-redis-docker-compose.yml.j2 index 55954e5..237c76b 100644 --- a/templates/shinyproxy-redis-docker-compose.yml.j2 +++ b/templates/shinyproxy-redis-docker-compose.yml.j2 @@ -10,7 +10,7 @@ secrets: services: {{ shinyproxy_redis_service_name }}: - image: {{ shiniproxy_redis_image }} + image: {{ shinyproxy_redis_image }} networks: - haproxy-public - {{ shinyproxy_docker_network }}