Skip to content

Commit 5bb9b8c

Browse files
committed
Merge pull request #444 from CodeNow/swarm-manager-2
Fix docker-listener and sauron for new swarm manager host
2 parents 839fdbf + e26c5e5 commit 5bb9b8c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/docker-listener.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- hosts: rabbitmq
33
- hosts: consul
4+
- hosts: swarm-manager
45

56
- hosts: docker-listener
67
vars_files:

ansible/sauron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- hosts: rabbitmq
33
- hosts: consul
4+
- hosts: swarm-manager
45

56
- hosts: sauron
67
vars_files:

0 commit comments

Comments
 (0)