Remove duplicate documentation fields
This commit is contained in:
parent
7404418cbd
commit
255c4b01a8
8 changed files with 3 additions and 20 deletions
|
@ -22,7 +22,6 @@ description:
|
||||||
- Create or delete AWS Dynamo DB tables.
|
- Create or delete AWS Dynamo DB tables.
|
||||||
- Can update the provisioned throughput on existing tables.
|
- Can update the provisioned throughput on existing tables.
|
||||||
- Returns the status of the specified table.
|
- Returns the status of the specified table.
|
||||||
version_added: "2.0"
|
|
||||||
author: Alan Loi (@loia)
|
author: Alan Loi (@loia)
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -46,11 +46,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
choices: [ 'source', 'roundrobin', 'leastconn' ]
|
choices: [ 'source', 'roundrobin', 'leastconn' ]
|
||||||
default: 'source'
|
default: 'source'
|
||||||
protocol:
|
|
||||||
description:
|
|
||||||
- Protocol for the load balancer rule.
|
|
||||||
required: false
|
|
||||||
default: null
|
|
||||||
private_port:
|
private_port:
|
||||||
description:
|
description:
|
||||||
- The private port of the private ip address/virtual machine where the network traffic will be load balanced to.
|
- The private port of the private ip address/virtual machine where the network traffic will be load balanced to.
|
||||||
|
|
|
@ -65,12 +65,11 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Virtual Server state
|
- Virtual Server state
|
||||||
required: false
|
|
||||||
default: present
|
|
||||||
description:
|
|
||||||
- Absent, delete the VS if present
|
- Absent, delete the VS if present
|
||||||
- present (and its synonym enabled), create if needed the VS and set state to enabled
|
- present (and its synonym enabled), create if needed the VS and set state to enabled
|
||||||
- disabled, create if needed the VS and set state to disabled
|
- disabled, create if needed the VS and set state to disabled
|
||||||
|
required: false
|
||||||
|
default: present
|
||||||
choices: ['present', 'absent', 'enabled', 'disabled']
|
choices: ['present', 'absent', 'enabled', 'disabled']
|
||||||
aliases: []
|
aliases: []
|
||||||
partition:
|
partition:
|
||||||
|
|
|
@ -23,7 +23,6 @@ short_description: Send a message to Campfire
|
||||||
description:
|
description:
|
||||||
- Send a message to Campfire.
|
- Send a message to Campfire.
|
||||||
- Messages with newlines will result in a "Paste" message being sent.
|
- Messages with newlines will result in a "Paste" message being sent.
|
||||||
version_added: "1.2"
|
|
||||||
options:
|
options:
|
||||||
subscription:
|
subscription:
|
||||||
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)"
|
author: "Michael J. Schultz (@mjschultz)"
|
||||||
options:
|
options:
|
||||||
msg:
|
msg:
|
||||||
description:
|
description:
|
||||||
|
@ -78,7 +78,6 @@ options:
|
||||||
aliases: ['aws_region', 'ec2_region']
|
aliases: ['aws_region', 'ec2_region']
|
||||||
|
|
||||||
requirements: [ "boto" ]
|
requirements: [ "boto" ]
|
||||||
author: Michael J. Schultz
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -79,7 +79,6 @@ options:
|
||||||
notes: []
|
notes: []
|
||||||
# informational: requirements for nodes
|
# informational: requirements for nodes
|
||||||
requirements: [ zypper, rpm ]
|
requirements: [ zypper, rpm ]
|
||||||
author: Patrick Callahan
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -66,12 +66,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
protocol:
|
|
||||||
description:
|
|
||||||
- The protocol to be used for the Web binding (usually HTTP, HTTPS, or FTP).
|
|
||||||
required: false
|
|
||||||
default: null
|
|
||||||
aliases: []
|
|
||||||
certificate_hash:
|
certificate_hash:
|
||||||
description:
|
description:
|
||||||
- Certificate hash for the SSL binding. The certificate hash is the unique identifier for the certificate.
|
- Certificate hash for the SSL binding. The certificate hash is the unique identifier for the certificate.
|
||||||
|
|
|
@ -71,7 +71,6 @@ options:
|
||||||
- Password of an account with access to the package if its located on a file share. Only needed if the winrm user doesn't have access to the package. Also specify user_name for this to function properly.
|
- Password of an account with access to the package if its located on a file share. Only needed if the winrm user doesn't have access to the package. Also specify user_name for this to function properly.
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
author: Trond Hindenes
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue