Merge pull request 'master' (!4) from marco.procaccini/ansible-role-shinyproxy:master into master
Reviewed-on: #4
This commit is contained in:
commit
c99707ce21
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ secrets:
|
|||
|
||||
services:
|
||||
{{ shinyproxy_redis_service_name }}:
|
||||
image: {{ shiniproxy_redis_image }}
|
||||
image: {{ shinyproxy_redis_image }}
|
||||
networks:
|
||||
- haproxy-public
|
||||
- {{ shinyproxy_docker_network }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue