Skip to content

Commit f23966f

Browse files
add consul host to swarm
1 parent 68ffe21 commit f23966f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/swarm-deamon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
- hosts: consul
3+
24
- hosts: docks
35
vars_files:
46
- "group_vars/alpha-swarm-deamon.yml"

ansible/swarm-manager.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
- hosts: consul
3+
24
- hosts: swarm-manager
35
vars_files:
46
- "group_vars/alpha-swarm-manager.yml"

0 commit comments

Comments
 (0)