Skip to content

Commit ee0d511

Browse files
author
Anandkumar Patel
committed
add deps
1 parent 523c049 commit ee0d511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/alpha-mavis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ container_envs: >
2626
-e REDIS_PORT={{ redis_port }}
2727
-e SWARM_CONTAINER_NAME={{ swarm_container_name }}
2828
-e SWARM_HOSTNAME={{ swarm_host_address }}
29-
-e SWARM_PORT={{ swarm_master_port }
29+
-e SWARM_PORT={{ swarm_master_port }}
3030
3131
container_run_opts: >
3232
-h {{ name }}

ansible/mavis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- hosts: redis
3-
- hosts: consul
3+
- hosts: swarm-manager
44
- hosts: rabbitmq
55

66
- hosts: mavis

0 commit comments

Comments
 (0)