Initial commit

This commit is contained in:
cproudlock
2025-12-18 16:54:46 -05:00
commit 8def267b5f
8 changed files with 2607 additions and 0 deletions

12
config.example.ini Normal file
View File

@@ -0,0 +1,12 @@
[vcenter]
# vCenter Server hostname or IP address
server = vcenter.example.com
# vCenter username (typically administrator@vsphere.local or domain user)
username = administrator@vsphere.local
# vCenter password
password = your_password_here
# Port (optional, defaults to 443)
# port = 443