Many more doc fixes
This commit is contained in:
parent
32fb15e310
commit
88eff11c04
23 changed files with 33 additions and 33 deletions
|
@ -58,10 +58,10 @@ options:
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- "libvirt-python"
|
- "libvirt-python"
|
||||||
author:
|
author:
|
||||||
- "Ansible Core Team"
|
- "Ansible Core Team"
|
||||||
- "Michael DeHaan (@mpdehaan)" <michael.dehaan@gmail.com>
|
- '"Michael DeHaan (@mpdehaan)" <michael.dehaan@gmail.com>'
|
||||||
- "Seth Vidal (@skvidal)" <skvidal@fedoraproject.org>
|
- '"Seth Vidal (@skvidal)" <skvidal@fedoraproject.org>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -25,7 +25,7 @@ short_description: Manage VMware vSphere Datacenters
|
||||||
description:
|
description:
|
||||||
- Manage VMware vSphere Datacenters
|
- Manage VMware vSphere Datacenters
|
||||||
version_added: 2.0
|
version_added: 2.0
|
||||||
author: "Joseph Callen (@jcpowermac)" <jcallen () csc.com>
|
author: '"Joseph Callen (@jcpowermac)" <jcallen () csc.com>'
|
||||||
notes:
|
notes:
|
||||||
- Tested on vSphere 5.5
|
- Tested on vSphere 5.5
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -27,8 +27,8 @@ description:
|
||||||
the status of the cluster.
|
the status of the cluster.
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
author:
|
author:
|
||||||
- "James Martin (@jsmartin)" <jmartin@ansible.com>
|
- '"James Martin (@jsmartin)" <jmartin@ansible.com>'
|
||||||
- "Drew Kerrigan (@drewkerrigan)" <dkerrigan@basho.com>
|
- '"Drew Kerrigan (@drewkerrigan)" <dkerrigan@basho.com>'
|
||||||
options:
|
options:
|
||||||
command:
|
command:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: rollbar_deployment
|
module: rollbar_deployment
|
||||||
version_added: 1.6
|
version_added: 1.6
|
||||||
author: "Max Riveiro (@kavu)" <kavu13@gmail.com>
|
author: '"Max Riveiro (@kavu)" <kavu13@gmail.com>'
|
||||||
short_description: Notify Rollbar about app deployments
|
short_description: Notify Rollbar about app deployments
|
||||||
description:
|
description:
|
||||||
- Notify Rollbar about app deployments
|
- Notify Rollbar about app deployments
|
||||||
|
|
|
@ -64,7 +64,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
notes:
|
notes:
|
||||||
- The module has been tested with Zabbix Server 2.2.
|
- The module has been tested with Zabbix Server 2.2.
|
||||||
author: "René Moser (@resmo)" <mail@renemoser.net>
|
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -48,7 +48,7 @@ options:
|
||||||
description: Message priority (see u(https://pushover.net) for details.)
|
description: Message priority (see u(https://pushover.net) for details.)
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
author: "Jim Richardson (@weaselkeeper)" <weaselkeeper@gmail.com>
|
author: '"Jim Richardson (@weaselkeeper)" <weaselkeeper@gmail.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -53,7 +53,7 @@ options:
|
||||||
the desired subject for the email
|
the desired subject for the email
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
author: "Matt Makai (@makaimc)" <matthew.makai@gmail.com>
|
author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -24,7 +24,7 @@ short_description: Send Slack notifications
|
||||||
description:
|
description:
|
||||||
- The M(slack) module sends notifications to U(http://slack.com) via the Incoming WebHook integration
|
- The M(slack) module sends notifications to U(http://slack.com) via the Incoming WebHook integration
|
||||||
version_added: 1.6
|
version_added: 1.6
|
||||||
author: "Ramon de la Fuente (@ramondelafuente)" <ramon@delafuente.nl>
|
author: '"Ramon de la Fuente (@ramondelafuente)" <ramon@delafuente.nl>'
|
||||||
options:
|
options:
|
||||||
domain:
|
domain:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -24,7 +24,7 @@ short_description: Send Amazon Simple Notification Service (SNS) messages
|
||||||
description:
|
description:
|
||||||
- The M(sns) module sends notifications to a topic on your Amazon SNS account
|
- The M(sns) module sends notifications to a topic on your Amazon SNS account
|
||||||
version_added: 1.6
|
version_added: 1.6
|
||||||
author: "Michael J. Schultz (@mjschultz)" <mjschultz@gmail.com>
|
author: '"Michael J. Schultz (@mjschultz)" <mjschultz@gmail.com>'
|
||||||
options:
|
options:
|
||||||
msg:
|
msg:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -58,7 +58,7 @@ options:
|
||||||
(multimedia message) instead of a plain SMS
|
(multimedia message) instead of a plain SMS
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
author: "Matt Makai (@makaimc)" <matthew.makai@gmail.com>
|
author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -26,7 +26,7 @@ options:
|
||||||
- message body
|
- message body
|
||||||
required: true
|
required: true
|
||||||
requirements: [ urllib, urllib2, json ]
|
requirements: [ urllib, urllib2, json ]
|
||||||
author: "Takashi Someda (@tksmd)" <someda@isenshi.com>
|
author: '"Takashi Someda (@tksmd)" <someda@isenshi.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: pkg5
|
module: pkg5
|
||||||
author: "Peter Oliver (@mavit)" <ansible@mavit.org.uk>
|
author: '"Peter Oliver (@mavit)" <ansible@mavit.org.uk>'
|
||||||
short_description: Manages packages with the Solaris 11 Image Packaging System
|
short_description: Manages packages with the Solaris 11 Image Packaging System
|
||||||
version_added: 1.9
|
version_added: 1.9
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: pkg5_publisher
|
module: pkg5_publisher
|
||||||
author: "Peter Oliver (@mavit)" <ansible@mavit.org.uk>
|
author: '"Peter Oliver (@mavit)" <ansible@mavit.org.uk>'
|
||||||
short_description: Manages Solaris 11 Image Packaging System publishers
|
short_description: Manages Solaris 11 Image Packaging System publishers
|
||||||
version_added: 1.9
|
version_added: 1.9
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -30,9 +30,9 @@ description:
|
||||||
- "The standard package manager for SmartOS, but also usable on NetBSD
|
- "The standard package manager for SmartOS, but also usable on NetBSD
|
||||||
or any OS that uses C(pkgsrc). (Home: U(http://pkgin.net/))"
|
or any OS that uses C(pkgsrc). (Home: U(http://pkgin.net/))"
|
||||||
version_added: "1.0"
|
version_added: "1.0"
|
||||||
author:
|
author:
|
||||||
- "Larry Gilbert (L2G)" <larry@L2G.to>
|
- '"Larry Gilbert (L2G)" <larry@L2G.to>'
|
||||||
- "Shaun Zinck (@szinck)" <shaun.zinck at gmail.com>
|
- '"Shaun Zinck (@szinck)" <shaun.zinck at gmail.com>'
|
||||||
notes:
|
notes:
|
||||||
- "Known bug with pkgin < 0.8.0: if a package is removed and another
|
- "Known bug with pkgin < 0.8.0: if a package is removed and another
|
||||||
package depends on it, the other package will be silently removed as
|
package depends on it, the other package will be silently removed as
|
||||||
|
|
|
@ -63,7 +63,7 @@ options:
|
||||||
for newer pkgng versions, specify a the name of a repository
|
for newer pkgng versions, specify a the name of a repository
|
||||||
configured in /usr/local/etc/pkg/repos
|
configured in /usr/local/etc/pkg/repos
|
||||||
required: false
|
required: false
|
||||||
author: "bleader (@bleader)" <bleader@ratonland.org>
|
author: '"bleader (@bleader)" <bleader@ratonland.org>'
|
||||||
notes:
|
notes:
|
||||||
- When using pkgsite, be careful that already in cache packages won't be downloaded again.
|
- When using pkgsite, be careful that already in cache packages won't be downloaded again.
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -32,7 +32,7 @@ description:
|
||||||
- Pkgutil is an advanced packaging system, which resolves dependency on installation.
|
- Pkgutil is an advanced packaging system, which resolves dependency on installation.
|
||||||
It is designed for CSW packages.
|
It is designed for CSW packages.
|
||||||
version_added: "1.3"
|
version_added: "1.3"
|
||||||
author: "Alexander Winkler (@dermute)" <mail () winkler-alexander.de>
|
author: '"Alexander Winkler (@dermute)" <mail () winkler-alexander.de>'
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -43,7 +43,7 @@ options:
|
||||||
choices: [ 'yes', 'no' ]
|
choices: [ 'yes', 'no' ]
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: yes
|
||||||
author: "berenddeboer (@berenddeboer)" <berend@pobox.com>
|
author: '"berenddeboer (@berenddeboer)" <berend@pobox.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -29,7 +29,7 @@ description:
|
||||||
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
||||||
version_added: "1.4"
|
version_added: "1.4"
|
||||||
notes: []
|
notes: []
|
||||||
author: "Raul Melo (@melodous)" <raulmelo@gmail.com>
|
author: '"Raul Melo (@melodous)" <raulmelo@gmail.com>'
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -57,7 +57,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: yes
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
author: "Philippe Makowski (@pmakowski)" <philippem@mageia.org>
|
author: '"Philippe Makowski (@pmakowski)" <philippem@mageia.org>'
|
||||||
notes: []
|
notes: []
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -28,10 +28,10 @@ short_description: Manage firewall with UFW
|
||||||
description:
|
description:
|
||||||
- Manage firewall with UFW.
|
- Manage firewall with UFW.
|
||||||
version_added: 1.6
|
version_added: 1.6
|
||||||
author:
|
author:
|
||||||
- "Aleksey Ovcharenko (@ovcharenko)" <aleksey.ovcharenko@gmail.com>
|
- '"Aleksey Ovcharenko (@ovcharenko)" <aleksey.ovcharenko@gmail.com>'
|
||||||
- "Jarno Keskikangas (@pyykkis)" <jarno.keskikangas@gmail.com>
|
- '"Jarno Keskikangas (@pyykkis)" <jarno.keskikangas@gmail.com>'
|
||||||
- "Ahti Kitsik (@ahtik)" <ak@ahtik.com>
|
- '"Ahti Kitsik (@ahtik)" <ak@ahtik.com>'
|
||||||
notes:
|
notes:
|
||||||
- See C(man ufw) for more examples.
|
- See C(man ufw) for more examples.
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -206,7 +206,7 @@ options:
|
||||||
- The zoned property.
|
- The zoned property.
|
||||||
required: False
|
required: False
|
||||||
choices: ['on','off']
|
choices: ['on','off']
|
||||||
author: "Johan Wiren (@johanwiren)" <johan.wiren.se@gmail.com>
|
author: '"Johan Wiren (@johanwiren)" <johan.wiren.se@gmail.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -86,9 +86,9 @@ options:
|
||||||
require: false
|
require: false
|
||||||
default: c:\\ansible-playbook.log
|
default: c:\\ansible-playbook.log
|
||||||
aliases: []
|
aliases: []
|
||||||
author:
|
author:
|
||||||
- "Trond Hindenes (@trondhindenes)" <trond@hindenes.com>
|
- '"Trond Hindenes (@trondhindenes)" <trond@hindenes.com>'
|
||||||
- "Peter Mounce (@petemounce)" <public@neverrunwithscissors.com>
|
- '"Peter Mounce (@petemounce)" <public@neverrunwithscissors.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|
|
@ -41,7 +41,7 @@ options:
|
||||||
- (anything that is a valid update category)
|
- (anything that is a valid update category)
|
||||||
default: critical
|
default: critical
|
||||||
aliases: []
|
aliases: []
|
||||||
author: "Peter Mounce (@petemounce)" <public@neverrunwithscissors.com>
|
author: '"Peter Mounce (@petemounce)" <public@neverrunwithscissors.com>'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue