From 60008fa9478432fa9f912c5ed9e836e79969b8a5 Mon Sep 17 00:00:00 2001 From: "Magel, Denis" Date: Thu, 18 Sep 2025 14:33:30 +0200 Subject: [PATCH] fix: adjusted paths to run from root dir updated inventory.yaml --- .env | 2 +- config/inventory.yml | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.env b/.env index cc0ff43..c7d6d68 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -cluster_inventory_path = ../config/inventory.yml +cluster_inventory_path = config/inventory.yml redis_host = '172.16.0.208' redis_port = '6379' \ No newline at end of file diff --git a/config/inventory.yml b/config/inventory.yml index 6433930..415015a 100644 --- a/config/inventory.yml +++ b/config/inventory.yml @@ -1,8 +1,6 @@ -- 1: - hostname: '172.16.57.2' - username: 'admin' - password: 'Netapp12' -- 2: - hostname: '172.16.56.2' - username: 'admin' - password: 'Netapp12' +- hostname: "172.16.57.2" + username: "admin" + password: "Netapp12" +- hostname: "172.16.56.2" + username: "admin" + password: "Netapp12"