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
|
- name: Manage the installation of the REDIS service
|
||||||
run_once: true
|
run_once: true
|
||||||
tags: shinyproxy_redis
|
tags: shinyproxy_redis, shinyproxy, shinyproxy_swarm, docker
|
||||||
block:
|
block:
|
||||||
- name: Create the compose directory for the REDIS Swarm stack
|
- name: Create the compose directory for the REDIS Swarm stack
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ secrets:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
{{ shinyproxy_redis_service_name }}:
|
{{ shinyproxy_redis_service_name }}:
|
||||||
image: {{ shiniproxy_redis_image }}
|
image: {{ shinyproxy_redis_image }}
|
||||||
networks:
|
networks:
|
||||||
- haproxy-public
|
- haproxy-public
|
||||||
- {{ shinyproxy_docker_network }}
|
- {{ shinyproxy_docker_network }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue