mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add autodoc modules for new files in nitrogen
This commit is contained in:
parent
4e44fceeec
commit
3a232ffe8b
23 changed files with 126 additions and 0 deletions
|
@ -19,6 +19,7 @@ execution modules
|
|||
:template: autosummary.rst.tmpl
|
||||
|
||||
acme
|
||||
aix_group
|
||||
aliases
|
||||
alternatives
|
||||
apache
|
||||
|
@ -39,6 +40,7 @@ execution modules
|
|||
blockdev
|
||||
bluez
|
||||
boto3_elasticache
|
||||
boto3_route53
|
||||
boto_apigateway
|
||||
boto_asg
|
||||
boto_cfn
|
||||
|
@ -53,6 +55,7 @@ execution modules
|
|||
boto_elasticache
|
||||
boto_elasticsearch_domain
|
||||
boto_elb
|
||||
boto_elbv2
|
||||
boto_iam
|
||||
boto_iot
|
||||
boto_kinesis
|
||||
|
@ -239,6 +242,7 @@ execution modules
|
|||
moosefs
|
||||
mount
|
||||
mssql
|
||||
msteams
|
||||
munin
|
||||
mysql
|
||||
nacl
|
||||
|
@ -268,6 +272,7 @@ execution modules
|
|||
nfs3
|
||||
nftables
|
||||
nginx
|
||||
nilrt_ip
|
||||
nix
|
||||
nova
|
||||
npm
|
||||
|
@ -278,6 +283,7 @@ execution modules
|
|||
openbsdpkg
|
||||
openbsdrcctl
|
||||
openbsdservice
|
||||
openscap
|
||||
openstack_config
|
||||
openstack_mng
|
||||
openvswitch
|
||||
|
@ -414,6 +420,7 @@ execution modules
|
|||
useradd
|
||||
uwsgi
|
||||
varnish
|
||||
vault
|
||||
vbox_guest
|
||||
vboxmanage
|
||||
victorops
|
||||
|
|
6
doc/ref/modules/all/salt.modules.aix_group.rst
Normal file
6
doc/ref/modules/all/salt.modules.aix_group.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.aix_group module
|
||||
=============================
|
||||
|
||||
.. automodule:: salt.modules.aix_group
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/modules/all/salt.modules.boto3_route53.rst
Normal file
6
doc/ref/modules/all/salt.modules.boto3_route53.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.boto3_route53 module
|
||||
=================================
|
||||
|
||||
.. automodule:: salt.modules.boto3_route53
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/modules/all/salt.modules.boto_elbv2.rst
Normal file
6
doc/ref/modules/all/salt.modules.boto_elbv2.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.boto_elbv2 module
|
||||
==============================
|
||||
|
||||
.. automodule:: salt.modules.boto_elbv2
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/modules/all/salt.modules.msteams.rst
Normal file
6
doc/ref/modules/all/salt.modules.msteams.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.msteams module
|
||||
===========================
|
||||
|
||||
.. automodule:: salt.modules.msteams
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/modules/all/salt.modules.nilrt_ip.rst
Normal file
6
doc/ref/modules/all/salt.modules.nilrt_ip.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.nilrt_ip module
|
||||
============================
|
||||
|
||||
.. automodule:: salt.modules.nilrt_ip
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/modules/all/salt.modules.openscap.rst
Normal file
6
doc/ref/modules/all/salt.modules.openscap.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.openscap module
|
||||
============================
|
||||
|
||||
.. automodule:: salt.modules.openscap
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/modules/all/salt.modules.vault.rst
Normal file
6
doc/ref/modules/all/salt.modules.vault.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.modules.vault module
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.modules.vault
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -23,6 +23,7 @@ pillar modules
|
|||
file_tree
|
||||
foreman
|
||||
git_pillar
|
||||
gpg
|
||||
hg_pillar
|
||||
hiera
|
||||
http_json
|
||||
|
@ -47,6 +48,7 @@ pillar modules
|
|||
svn_pillar
|
||||
varstack_pillar
|
||||
vault
|
||||
venafi
|
||||
virtkey
|
||||
vmware_pillar
|
||||
|
||||
|
|
6
doc/ref/pillar/all/salt.pillar.gpg.rst
Normal file
6
doc/ref/pillar/all/salt.pillar.gpg.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.pillar.gpg module
|
||||
======================
|
||||
|
||||
.. automodule:: salt.pillar.gpg
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/pillar/all/salt.pillar.venafi.rst
Normal file
6
doc/ref/pillar/all/salt.pillar.venafi.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.pillar.venafi module
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.pillar.venafi
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -49,6 +49,8 @@ runner modules
|
|||
survey
|
||||
test
|
||||
thin
|
||||
vault
|
||||
venafiapi
|
||||
virt
|
||||
vistara
|
||||
winrepo
|
||||
|
|
6
doc/ref/runners/all/salt.runners.vault.rst
Normal file
6
doc/ref/runners/all/salt.runners.vault.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.runners.vault module
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.runners.vault
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/runners/all/salt.runners.venafiapi.rst
Normal file
6
doc/ref/runners/all/salt.runners.venafiapi.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.runners.venafiapi module
|
||||
=============================
|
||||
|
||||
.. automodule:: salt.runners.venafiapi
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -10,6 +10,7 @@ sdb modules
|
|||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
cache
|
||||
confidant
|
||||
consul
|
||||
couchdb
|
||||
|
|
6
doc/ref/sdb/all/salt.sdb.cache.rst
Normal file
6
doc/ref/sdb/all/salt.sdb.cache.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.sdb.cache module
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.sdb.cache
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -27,6 +27,7 @@ state modules
|
|||
bigip
|
||||
blockdev
|
||||
boto3_elasticache
|
||||
boto3_route53
|
||||
boto_apigateway
|
||||
boto_asg
|
||||
boto_cfn
|
||||
|
@ -40,6 +41,7 @@ state modules
|
|||
boto_elasticache
|
||||
boto_elasticsearch_domain
|
||||
boto_elb
|
||||
boto_elbv2
|
||||
boto_iam
|
||||
boto_iam_role
|
||||
boto_iot
|
||||
|
@ -135,6 +137,7 @@ state modules
|
|||
linux_acl
|
||||
locale
|
||||
logrotate
|
||||
loop
|
||||
lvm
|
||||
lvs_server
|
||||
lvs_service
|
||||
|
@ -155,6 +158,7 @@ state modules
|
|||
mongodb_user
|
||||
monit
|
||||
mount
|
||||
msteams
|
||||
mysql_database
|
||||
mysql_grants
|
||||
mysql_query
|
||||
|
@ -253,6 +257,7 @@ state modules
|
|||
tuned
|
||||
uptime
|
||||
user
|
||||
vault
|
||||
vbox_guest
|
||||
victorops
|
||||
virt
|
||||
|
@ -280,6 +285,7 @@ state modules
|
|||
xmpp
|
||||
zabbix_host
|
||||
zabbix_hostgroup
|
||||
zabbix_mediatype
|
||||
zabbix_user
|
||||
zabbix_usergroup
|
||||
zcbuildout
|
||||
|
|
6
doc/ref/states/all/salt.states.boto3_route53.rst
Normal file
6
doc/ref/states/all/salt.states.boto3_route53.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.states.boto3_route53 module
|
||||
================================
|
||||
|
||||
.. automodule:: salt.states.boto3_route53
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/states/all/salt.states.boto_elbv2.rst
Normal file
6
doc/ref/states/all/salt.states.boto_elbv2.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.states.boto_elbv2 module
|
||||
=============================
|
||||
|
||||
.. automodule:: salt.states.boto_elbv2
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/states/all/salt.states.loop.rst
Normal file
6
doc/ref/states/all/salt.states.loop.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.states.loop module
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.states.loop
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/states/all/salt.states.msteams.rst
Normal file
6
doc/ref/states/all/salt.states.msteams.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.states.msteams module
|
||||
==========================
|
||||
|
||||
.. automodule:: salt.states.msteams
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/states/all/salt.states.vault.rst
Normal file
6
doc/ref/states/all/salt.states.vault.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.states.vault module
|
||||
========================
|
||||
|
||||
.. automodule:: salt.states.vault
|
||||
:members:
|
||||
:undoc-members:
|
6
doc/ref/states/all/salt.states.zabbix_mediatype.rst
Normal file
6
doc/ref/states/all/salt.states.zabbix_mediatype.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
salt.states.zabbix_mediatype module
|
||||
===================================
|
||||
|
||||
.. automodule:: salt.states.zabbix_mediatype
|
||||
:members:
|
||||
:undoc-members:
|
Loading…
Add table
Reference in a new issue