fix: adjusted paths to run from root dir
updated inventory.yaml
This commit is contained in:
2
.env
2
.env
@@ -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'
|
||||||
@@ -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'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user