From 0601bafaa407f7b48dd70eb292d3bf861f745d02 Mon Sep 17 00:00:00 2001 From: Anandkumar Patel Date: Thu, 23 Mar 2017 14:14:26 -0700 Subject: [PATCH] add clio to worker and socket --- ansible/socket-server.yml | 1 + ansible/workers.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/socket-server.yml b/ansible/socket-server.yml index 939ffe2d..410242ba 100644 --- a/ansible/socket-server.yml +++ b/ansible/socket-server.yml @@ -1,6 +1,7 @@ --- - hosts: mongodb - hosts: navi +- hosts: clio - hosts: rabbitmq - hosts: redis - hosts: swarm-manager diff --git a/ansible/workers.yml b/ansible/workers.yml index 49e61c34..886f5bc8 100644 --- a/ansible/workers.yml +++ b/ansible/workers.yml @@ -1,5 +1,6 @@ --- - hosts: mongodb +- hosts: clio - hosts: navi - hosts: rabbitmq - hosts: redis