diff --git a/inventories/ops/hosts b/inventories/ops/hosts index 24b441e..9614174 100644 --- a/inventories/ops/hosts +++ b/inventories/ops/hosts @@ -14,12 +14,12 @@ [java-redis] -10.66.4.232 - -[gateway-redis] 10.66.72.136 10.66.72.108 10.66.72.48 +[gateway-redis] +10.66.4.200 + [bigdata-redis] 10.66.4.179 \ No newline at end of file diff --git a/playbooks/redis.yml b/playbooks/redis.yml index fbc7b82..6761d21 100644 --- a/playbooks/redis.yml +++ b/playbooks/redis.yml @@ -1,4 +1,4 @@ -- hosts: "gateway-redis" +- hosts: "java-redis" remote_user: root roles: - role: redis-cluster