We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c049 commit ee0d511Copy full SHA for ee0d511
2 files changed
ansible/group_vars/alpha-mavis.yml
@@ -26,7 +26,7 @@ container_envs: >
26
-e REDIS_PORT={{ redis_port }}
27
-e SWARM_CONTAINER_NAME={{ swarm_container_name }}
28
-e SWARM_HOSTNAME={{ swarm_host_address }}
29
- -e SWARM_PORT={{ swarm_master_port }
+ -e SWARM_PORT={{ swarm_master_port }}
30
31
container_run_opts: >
32
-h {{ name }}
ansible/mavis.yml
@@ -1,6 +1,6 @@
1
---
2
- hosts: redis
3
-- hosts: consul
+- hosts: swarm-manager
4
- hosts: rabbitmq
5
6
- hosts: mavis
0 commit comments