fix: adjusted paths to run from root dir

updated inventory.yaml
This commit is contained in:
Magel, Denis
2025-09-18 14:33:30 +02:00
parent 767f43551e
commit 60008fa947
2 changed files with 7 additions and 9 deletions

2
.env
View File

@@ -1,3 +1,3 @@
cluster_inventory_path = ../config/inventory.yml cluster_inventory_path = config/inventory.yml
redis_host = '172.16.0.208' redis_host = '172.16.0.208'
redis_port = '6379' redis_port = '6379'

View File

@@ -1,8 +1,6 @@
- 1: - hostname: "172.16.57.2"
hostname: '172.16.57.2' username: "admin"
username: 'admin' password: "Netapp12"
password: 'Netapp12' - hostname: "172.16.56.2"
- 2: username: "admin"
hostname: '172.16.56.2' password: "Netapp12"
username: 'admin'
password: 'Netapp12'