Adding base logic for config handling. Adding example config to root

This commit is contained in:
Pascal Scheiben
2025-09-18 09:33:55 +02:00
parent 19e9cd6625
commit 76c5353afa
9 changed files with 57 additions and 8 deletions

8
.env Normal file
View File

@@ -0,0 +1,8 @@
# Environment variables for NetApp ONTAP clusters
CLUSTER1_HOSTNAME=172.16.57.2
CLUSTER1_USERNAME=admin
CLUSTER1_PASSWORD=Netapp12
CLUSTER2_HOSTNAME=172.16.56.2
CLUSTER2_USERNAME=admin
CLUSTER2_PASSWORD=Netapp12