From 48585942d8f761966adf0e84345c8d5d55f53569 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 2 Oct 2023 11:09:26 +0200 Subject: [PATCH] add redis hosts --- ansible/inventory/runa.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible/inventory/runa.yml b/ansible/inventory/runa.yml index 111c238..9142fa2 100644 --- a/ansible/inventory/runa.yml +++ b/ansible/inventory/runa.yml @@ -34,3 +34,15 @@ runa: docker_compose: - synapse # 10.165.66.60 + mtx-redis-1.lat.internal.ru.com: + docker_compose: + - redis + # 10.165.66.61 + mtx-redis-2.lat.internal.ru.com: + docker_compose: + - redis + # 10.165.66.62 + mtx-redis-3.lat.internal.ru.com: + docker_compose: + - redis + # 10.165.66.63