Skip to content

Commit ec608c2

Browse files
committed
change to fix deploy workers
1 parent 5b662f9 commit ec608c2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/gamma-hosts/hosts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ bastion
9595
hipache
9696
mongodb
9797
api
98+
worker
9899
web
99100
redis
100101
redis-slave

ansible/workers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- hosts: redis
88
- hosts: swarm-manager
99

10-
- hosts: api
10+
- hosts: worker
1111
vars_files:
1212
- "group_vars/alpha-workers.yml"
1313
roles:

0 commit comments

Comments
 (0)