Many more doc fixes

This commit is contained in:
Toshio Kuratomi 2015-05-15 12:12:26 -07:00 committed by Matt Clay
parent ec68f78556
commit 4f07e8b256
23 changed files with 34 additions and 24 deletions

View file

@ -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 = '''

View file

@ -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 author: '"Joseph Callen (@jcpowermac)" <jcallen () csc.com>'
notes: notes:
- Tested on vSphere 5.5 - Tested on vSphere 5.5
requirements: requirements:

View file

@ -26,6 +26,9 @@ description:
- This module can be used to join nodes to a cluster, check - This module can be used to join nodes to a cluster, check
the status of the cluster. the status of the cluster.
version_added: "1.2" version_added: "1.2"
author:
- '"James Martin (@jsmartin)" <jmartin@ansible.com>'
- '"Drew Kerrigan (@drewkerrigan)" <dkerrigan@basho.com>'
options: options:
command: command:
description: description:

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
--- ---
module: rollbar_deployment module: rollbar_deployment
version_added: 1.6 version_added: 1.6
author: Max Riveiro 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

View file

@ -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 author: '"René Moser (@resmo)" <mail@renemoser.net>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -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 author: '"Jim Richardson (@weaselkeeper)" <weaselkeeper@gmail.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -53,7 +53,7 @@ options:
the desired subject for the email the desired subject for the email
required: true required: true
author: Matt Makai author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -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 <ramon@delafuente.nl> author: '"Ramon de la Fuente (@ramondelafuente)" <ramon@delafuente.nl>'
options: options:
domain: domain:
description: description:

View file

@ -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@gmail.com> author: '"Michael J. Schultz (@mjschultz)" <mjschultz@gmail.com>'
options: options:
msg: msg:
description: description:

View file

@ -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 author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -26,7 +26,7 @@ options:
- message body - message body
required: true required: true
requirements: [ urllib, urllib2, json ] requirements: [ urllib, urllib2, json ]
author: Takashi Someda <someda@isenshi.com> author: '"Takashi Someda (@tksmd)" <someda@isenshi.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -19,7 +19,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: pkg5 module: pkg5
author: Peter Oliver 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
description: description:
- IPS packages are the native packages in Solaris 11 and higher. - IPS packages are the native packages in Solaris 11 and higher.

View file

@ -19,7 +19,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: pkg5_publisher module: pkg5_publisher
author: Peter Oliver 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
description: description:
- IPS packages are the native packages in Solaris 11 and higher. - IPS packages are the native packages in Solaris 11 and higher.

View file

@ -30,7 +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: Shaun Zinck, Larry Gilbert author:
- '"Larry Gilbert (L2G)" <larry@L2G.to>'
- '"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

View file

@ -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 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.
''' '''

View file

@ -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 author: '"Alexander Winkler (@dermute)" <mail () winkler-alexander.de>'
options: options:
name: name:
description: description:

View file

@ -43,7 +43,7 @@ options:
choices: [ 'yes', 'no' ] choices: [ 'yes', 'no' ]
required: false required: false
default: yes default: yes
author: berenddeboer author: '"berenddeboer (@berenddeboer)" <berend@pobox.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -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 author: '"Raul Melo (@melodous)" <raulmelo@gmail.com>'
options: options:
name: name:
description: description:

View file

@ -57,7 +57,7 @@ options:
required: false required: false
default: yes default: yes
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
author: Philippe Makowski author: '"Philippe Makowski (@pmakowski)" <philippem@mageia.org>'
notes: [] notes: []
''' '''

View file

@ -28,7 +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: Aleksey Ovcharenko, Jarno Keskikangas, Ahti Kitsik author:
- '"Aleksey Ovcharenko (@ovcharenko)" <aleksey.ovcharenko@gmail.com>'
- '"Jarno Keskikangas (@pyykkis)" <jarno.keskikangas@gmail.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:

View file

@ -206,7 +206,7 @@ options:
- The zoned property. - The zoned property.
required: False required: False
choices: ['on','off'] choices: ['on','off']
author: Johan Wiren author: '"Johan Wiren (@johanwiren)" <johan.wiren.se@gmail.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -86,7 +86,9 @@ options:
require: false require: false
default: c:\\ansible-playbook.log default: c:\\ansible-playbook.log
aliases: [] aliases: []
author: Trond Hindenes, Peter Mounce author:
- '"Trond Hindenes (@trondhindenes)" <trond@hindenes.com>'
- '"Peter Mounce (@petemounce)" <public@neverrunwithscissors.com>'
''' '''
# TODO: # TODO:

View file

@ -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 author: '"Peter Mounce (@petemounce)" <public@neverrunwithscissors.com>'
''' '''
EXAMPLES = ''' EXAMPLES = '''