Glues the VMware vSphere Execution Module to the VMware ESXi Proxy Minions to the
esxi proxymodule
.
New in version 2015.8.4.
Depends: vSphere Remote Execution Module (salt.modules.vsphere)
For documentation on commands that you can direct to an ESXi host via proxy,
look in the documentation for salt.modules.vsphere
.
This execution module calls through to a function in the ESXi proxy module
called ch_config
, which looks up the function passed in the command
parameter in salt.modules.vsphere
and calls it.
To execute commands with an ESXi Proxy Minion using the vSphere Execution Module,
use the esxi.cmd <vsphere-function-name>
syntax. Both args and kwargs needed
for various vsphere execution module functions must be passed through in a kwarg-
type manor.
salt 'esxi-proxy' esxi.cmd system_info
salt 'exsi-proxy' esxi.cmd get_service_policy service_name='ssh'
salt.modules.esxi.
cmd
(command, *args, **kwargs)¶salt.modules.esxi.
get_details
()¶Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy