feature/config_upload #5

Merged
pascal merged 7 commits from feature/config_upload into main 2025-09-18 12:34:49 +00:00
2 changed files with 7 additions and 9 deletions
Showing only changes of commit 60008fa947 - Show all commits

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_port = '6379'

View File

@@ -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"