fix doc parsing by correctly quoting author
This commit is contained in:
parent
67ccbd3bc0
commit
bceeba224f
24 changed files with 25 additions and 25 deletions
cloud
cloudstack
cs_account.pycs_affinitygroup.pycs_firewall.pycs_instance.pycs_instancegroup.pycs_iso.pycs_portforward.pycs_securitygroup.pycs_securitygroup_rule.pycs_sshkeypair.pycs_vmsnapshot.py
google
lxc
clustering
database
monitoring
|
@ -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 (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: Manages affinity groups on Apache CloudStack based clouds.
|
|||
description:
|
||||
- Create and remove affinity groups.
|
||||
version_added: '2.0'
|
||||
author: "René Moser (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: Manages firewall rules on Apache CloudStack based clouds.
|
|||
description:
|
||||
- Creates and removes firewall rules.
|
||||
version_added: '2.0'
|
||||
author: "René Moser (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
ip_address:
|
||||
description:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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 (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: Manages ISOs images on Apache CloudStack based clouds.
|
|||
description:
|
||||
- Register and remove ISO images.
|
||||
version_added: '2.0'
|
||||
author: "René Moser (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -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 (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
ip_address:
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ 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:
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: Manages security group rules on Apache CloudStack based cloud
|
|||
description:
|
||||
- Add and remove security group rules.
|
||||
version_added: '2.0'
|
||||
author: "René Moser (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
security_group:
|
||||
description:
|
||||
|
|
|
@ -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 (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ 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 (@resmo)" <mail@renemoser.net>
|
||||
author: '"René Moser (@resmo)" <mail@renemoser.net>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -81,7 +81,7 @@ options:
|
|||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "apache-libcloud"
|
||||
author: "Peter Tan (@tanpeter)" <ptan@google.com>
|
||||
author: '"Peter Tan (@tanpeter)" <ptan@google.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -26,7 +26,7 @@ short_description: Manage LXC Containers
|
|||
version_added: 1.8.0
|
||||
description:
|
||||
- Management of LXC containers
|
||||
author: "Kevin Carter (@cloudnull)" <kevin.carter@rackspace.com>
|
||||
author: '"Kevin Carter (@cloudnull)" <kevin.carter@rackspace.com>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
|||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
author: "Steve Gargan (@sgargan)" <steve.gargan@gmail.com>
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -30,7 +30,7 @@ requirements:
|
|||
- pyhcl
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
author: "Steve Gargan (@sgargan)" <steve.gargan@gmail.com>
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
mgmt_token:
|
||||
description:
|
||||
|
|
|
@ -32,7 +32,7 @@ requirements:
|
|||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
author: "Steve Gargan (@sgargan)" <steve.gargan@gmail.com>
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -30,7 +30,7 @@ requirements:
|
|||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
author: "Steve Gargan (@sgargan)" <steve.gargan@gmail.com>
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -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 (@elliotttf)" <elliott@fourkitchens.com>
|
||||
author: '"Elliott Foster (@elliotttf)" <elliott@fourkitchens.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: airbrake_deployment
|
||||
version_added: "1.2"
|
||||
author: "Bruce Pennypacker (@bpennypacker)" <bruce@pennypacker.org>
|
||||
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)
|
||||
|
|
|
@ -34,7 +34,7 @@ short_description: Manage boundary meters
|
|||
description:
|
||||
- This module manages boundary meters
|
||||
version_added: "1.3"
|
||||
author: "curtis (@ccollicutt)" <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
|
||||
|
|
|
@ -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 (@arturaz)" <x11@arturaz.net>
|
||||
author: '"Artūras `arturaz` Šlajus (@arturaz)" <x11@arturaz.net>'
|
||||
notes: []
|
||||
requirements: [urllib2]
|
||||
options:
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: logentries
|
||||
author: "Ivan Vanderbyl (@ivanvanderbyl)" <ivan@app.io>
|
||||
short_description: Module for tracking logs via logentries.com
|
||||
author: '"Ivan Vanderbyl (@ivanvanderbyl)" <ivan@app.io>'
|
||||
short_description: Module for tracking logs via logentries.com
|
||||
description:
|
||||
- Sends logs to LogEntries in realtime
|
||||
version_added: "1.6"
|
||||
|
|
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Reference in a new issue