add vmware-tools
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "Manage ESXi Certificates"
|
||||
title: ""
|
||||
label: "Check ESXi/vCenter certificate trust"
|
||||
entry_point:
|
||||
module: operation.esxi_certificate_operations
|
||||
method: check_esxi_vcenter_trust
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "Check ESXi certificate against vCenter database"
|
||||
title: ""
|
||||
label: "Check ESXi certificate against vCenter database"
|
||||
entry_point:
|
||||
module: operation.esxi_certificate_operations
|
||||
method: check_esxi_certificate_against_vcdb
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "Replace ESXi certificate"
|
||||
title: ""
|
||||
label: "Replace ESXi certificate"
|
||||
entry_point:
|
||||
module: operation.esxi_certificate_operations
|
||||
method: replace_esxi_certificate
|
||||
Reference in New Issue
Block a user