Get Vms Snapshots and Export Excel correct info.

This commit is contained in:
panjunlan
2026-02-19 23:23:51 +08:00
parent 3332e3b865
commit 199cbab4aa
3 changed files with 456 additions and 158 deletions

View File

@@ -1,12 +1,12 @@
# 管理节点配置包含vCenter和ESXi
management_nodes:
# vCenter节点
- type: vcenter # 标记类型为vcenter
name: vc1 # 节点名称(用于日志)
host: 192.168.40.134 # 地址
user: administrator@lan.com
password: Root@2025
max_delete_concurrent: 4 # 该节点最大并发删除数
# - type: vcenter # 标记类型为vcenter
# name: vc1 # 节点名称(用于日志)
# host: 192.168.40.134 # 地址
# user: administrator@lan.com
# password: Root@2025
# max_delete_concurrent: 4 # 该节点最大并发删除数
# ESXi节点未接入 vCenter 的 Esxi 主机)
- type: esxi # 标记类型为esxi
@@ -16,12 +16,11 @@ management_nodes:
password: Root@2025
max_delete_concurrent: 2 # ESXi性能较弱并发数可设小些
# 另一个ESXi节点
- type: esxi
name: esxi2
host: esxi2.example.com
host: 192.168.40.135
user: root
password: esxi2_password
password: Root@2025
max_delete_concurrent: 2
# 全局策略配置