未添加删除快照逻辑
This commit is contained in:
@@ -1,34 +1,31 @@
|
||||
# 管理节点配置(包含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
|
||||
name: esxi1
|
||||
host: 192.168.40.133
|
||||
user: root # ESXi默认用root
|
||||
password: Root@2025
|
||||
max_delete_concurrent: 2 # ESXi性能较弱,并发数可设小些
|
||||
# - type: esxi # 标记类型为esxi
|
||||
# name: esxi1
|
||||
# host: 192.168.40.133
|
||||
# user: root # ESXi默认用root
|
||||
# password: Root@2025
|
||||
# max_delete_concurrent: 2 # ESXi性能较弱,并发数可设小些
|
||||
|
||||
- type: esxi
|
||||
name: esxi2
|
||||
host: 192.168.40.135
|
||||
user: root
|
||||
password: Root@2025
|
||||
max_delete_concurrent: 2
|
||||
# - type: esxi
|
||||
# name: esxi2
|
||||
# host: 192.168.40.135
|
||||
# user: root
|
||||
# password: Root@2025
|
||||
# max_delete_concurrent: 2
|
||||
|
||||
# 全局策略配置
|
||||
global:
|
||||
snapshot_retention_days: 15
|
||||
excel_output_path: ./vm_snapshots_report.xlsx
|
||||
# excel_output_path: /tmp/vm_snapshots_report.xlsx
|
||||
# log_file_path: /var/log/vm_snapshot_cleanup.log
|
||||
log_file_path: ./vm_snapshot_cleanup.log
|
||||
snapshot_retention_days: 15 # 可选,使用默认值 15 天
|
||||
# excel_output_path: ./vm_snapshots_report.xlsx # 可选,使用默认值,如:/logs/2026-02-20_14-00-21-VMsSnapShots_report.xlsx
|
||||
# ESXi连接特殊配置(禁用SSL验证,ESXi默认自签证书)
|
||||
disable_ssl_verify: true
|
||||
Reference in New Issue
Block a user