fix doc parsing by correctly quoting author

This commit is contained in:
Brian Coca 2015-05-14 09:19:04 -04:00 committed by Matt Clay
parent 6f28497f8c
commit c4f52f62f7
24 changed files with 25 additions and 25 deletions

View file

@ -25,7 +25,7 @@ short_description: Manages account on Apache CloudStack based clouds.
description:
- Create, disable, lock, enable and remove accounts.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -24,7 +24,7 @@ module: cs_affinitygroup
short_description: Manages affinity groups on Apache CloudStack based clouds.
description: Create and remove affinity groups.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -24,7 +24,7 @@ module: cs_firewall
short_description: Manages firewall rules on Apache CloudStack based clouds.
description: Creates and removes firewall rules.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
ip_address:
description:

View file

@ -25,7 +25,7 @@ short_description: Manages instances and virtual machines on Apache CloudStack b
description:
- Deploy, start, restart, stop and destroy instances on Apache CloudStack, Citrix CloudPlatform and Exoscale.
version_added: '2.0'
author: "René Moser (@resmo)" <mail@renemoser.net>
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -25,7 +25,7 @@ short_description: Manages instance groups on Apache CloudStack based clouds.
description:
- Create and remove instance groups.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -24,7 +24,7 @@ module: cs_iso
short_description: Manages ISOs images on Apache CloudStack based clouds.
description: Register and remove ISO images.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -25,7 +25,7 @@ short_description: Manages port forwarding rules on Apache CloudStack based clou
description:
- Create, update and remove port forwarding rules.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
ip_address:
description:

View file

@ -23,7 +23,7 @@ module: cs_securitygroup
short_description: Manages security groups on Apache CloudStack based clouds.
description: Create and remove security groups.
version_added: '2.0'
author: "René Moser (@resmo)" <mail@renemoser.net>
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -24,7 +24,7 @@ module: cs_securitygroup_rule
short_description: Manages security group rules on Apache CloudStack based clouds.
description: Add and remove security group rules.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
security_group:
description:

View file

@ -27,7 +27,7 @@ description:
- If no key was found and no public key was provided and a new SSH
private/public key pair will be created and the private key will be returned.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -24,7 +24,7 @@ module: cs_vmsnapshot
short_description: Manages VM snapshots on Apache CloudStack based clouds.
description: Create, remove and revert VM from snapshots.
version_added: '2.0'
author: René Moser
author: '"René Moser (@resmo)" <mail@renemoser.net>'
options:
name:
description:

View file

@ -81,7 +81,7 @@ options:
requirements:
- "python >= 2.6"
- "apache-libcloud"
author: Peter Tan <ptan@google.com>
author: '"Peter Tan (@tanpeter)" <ptan@google.com>'
'''
EXAMPLES = '''

View file

@ -26,7 +26,7 @@ short_description: Manage LXC Containers
version_added: 1.8.0
description:
- Management of LXC containers
author: Kevin Carter
author: '"Kevin Carter (@cloudnull)" <kevin.carter@rackspace.com>'
options:
name:
description:

View file

@ -42,7 +42,7 @@ requirements:
- python-consul
- requests
version_added: "1.9"
author: Steve Gargan (steve.gargan@gmail.com)
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
options:
state:
description:

View file

@ -30,7 +30,7 @@ requirements:
- pyhcl
- requests
version_added: "1.9"
author: Steve Gargan (steve.gargan@gmail.com)
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
options:
mgmt_token:
description:

View file

@ -32,7 +32,7 @@ requirements:
- python-consul
- requests
version_added: "1.9"
author: Steve Gargan (steve.gargan@gmail.com)
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
options:
state:
description:

View file

@ -30,7 +30,7 @@ requirements:
- python-consul
- requests
version_added: "1.9"
author: Steve Gargan (steve.gargan@gmail.com)
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
options:
state:
description:

View file

@ -91,7 +91,7 @@ notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
can be installed using pip or the OS package manager. @see http://api.mongodb.org/python/current/installation.html
requirements: [ "pymongo" ]
author: Elliott Foster
author: '"Elliott Foster (@elliotttf)" <elliott@fourkitchens.com>'
'''
EXAMPLES = '''

View file

@ -30,7 +30,7 @@ short_description: Manage MySQL replication
description:
- Manages MySQL server replication, slave, master status get and change master host.
version_added: "1.3"
author: "Balazs Pocze (@banyek)" <banyek@gawker.com>
author: '"Balazs Pocze (@banyek)" <banyek@gawker.com>'
options:
mode:
description:

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: airbrake_deployment
version_added: "1.2"
author: Bruce Pennypacker
author: '"Bruce Pennypacker (@bpennypacker)" <bruce@pennypacker.org>'
short_description: Notify airbrake about app deployments
description:
- Notify airbrake about app deployments (see http://help.airbrake.io/kb/api-2/deploy-tracking)

View file

@ -34,7 +34,7 @@ short_description: Manage boundary meters
description:
- This module manages boundary meters
version_added: "1.3"
author: curtis@serverascode.com
author: '"curtis (@ccollicutt)" <curtis@serverascode.com>'
requirements:
- Boundary API access
- bprobe is required to send data, but not to register a meter

View file

@ -14,7 +14,7 @@ description:
- "Allows to post events to DataDog (www.datadoghq.com) service."
- "Uses http://docs.datadoghq.com/api/#events API."
version_added: "1.3"
author: Artūras 'arturaz' Šlajus <x11@arturaz.net>
author: '"Artūras `arturaz` Šlajus (@arturaz)" <x11@arturaz.net>'
notes: []
requirements: [urllib2]
options:

View file

@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
module: logentries
author: Ivan Vanderbyl
author: '"Ivan Vanderbyl (@ivanvanderbyl)" <ivan@app.io>'
short_description: Module for tracking logs via logentries.com
description:
- Sends logs to LogEntries in realtime

View file

@ -39,7 +39,7 @@ options:
default: null
choices: [ "present", "started", "stopped", "restarted", "monitored", "unmonitored", "reloaded" ]
requirements: [ ]
author: "Darryl Stoflet (@dstoflet)" <stoflet@gmail.com>
author: '"Darryl Stoflet (@dstoflet)" <stoflet@gmail.com>'
'''
EXAMPLES = '''