mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add esxi module and state to docs build
Also fixed some minor doc errors
This commit is contained in:
parent
ab61f78295
commit
e7c5863468
6 changed files with 16 additions and 1 deletions
|
@ -95,6 +95,7 @@ Full list of builtin execution modules
|
|||
elasticsearch
|
||||
environ
|
||||
eselect
|
||||
esxi
|
||||
etcd_mod
|
||||
event
|
||||
extfs
|
||||
|
|
6
doc/ref/modules/all/salt.modules.esxi.rst
Normal file
6
doc/ref/modules/all/salt.modules.esxi.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
=================
|
||||
salt.modules.esxi
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.esxi
|
||||
:members:
|
|
@ -60,6 +60,7 @@ Full list of builtin state modules
|
|||
environ
|
||||
eselect
|
||||
etcd_mod
|
||||
esxi
|
||||
event
|
||||
file
|
||||
firewalld
|
||||
|
|
6
doc/ref/states/all/salt.states.esxi.rst
Normal file
6
doc/ref/states/all/salt.states.esxi.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
================
|
||||
salt.states.esxi
|
||||
================
|
||||
|
||||
.. automodule:: salt.states.esxi
|
||||
:members:
|
|
@ -66,7 +66,7 @@ ESXi Password
|
|||
The ESXi Proxy Minion uses VMware's API to perform tasks on the host as if it was
|
||||
a regular Salt Minion. In order to access the API that is already running on the
|
||||
ESXi host, the ESXi host must have a username and password that is used to log
|
||||
into the host. THe username is usually ``root``. Before Salt can access the ESXi
|
||||
into the host. The username is usually ``root``. Before Salt can access the ESXi
|
||||
host via VMware's API, a default password *must* be set on the host.
|
||||
|
||||
pyVmomi
|
||||
|
|
|
@ -438,6 +438,7 @@ def vmotion_configured(name, enabled, device='vmk0'):
|
|||
configure-vmotion:
|
||||
esxi.vmotion_configured:
|
||||
- enabled: True
|
||||
- device: sample-device
|
||||
|
||||
'''
|
||||
ret = {'name': name,
|
||||
|
|
Loading…
Add table
Reference in a new issue