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.
|
||||
- Can update the provisioned throughput on existing tables.
|
||||
- Returns the status of the specified table.
|
||||
version_added: "2.0"
|
||||
author: Alan Loi (@loia)
|
||||
version_added: "2.0"
|
||||
requirements:
|
||||
|
|
|
@ -46,11 +46,6 @@ options:
|
|||
required: false
|
||||
choices: [ 'source', 'roundrobin', 'leastconn' ]
|
||||
default: 'source'
|
||||
protocol:
|
||||
description:
|
||||
- Protocol for the load balancer rule.
|
||||
required: false
|
||||
default: null
|
||||
private_port:
|
||||
description:
|
||||
- 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:
|
||||
description:
|
||||
- Virtual Server state
|
||||
required: false
|
||||
default: present
|
||||
description:
|
||||
- Absent, delete the VS if present
|
||||
- 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
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present', 'absent', 'enabled', 'disabled']
|
||||
aliases: []
|
||||
partition:
|
||||
|
|
|
@ -23,7 +23,6 @@ short_description: Send a message to Campfire
|
|||
description:
|
||||
- Send a message to Campfire.
|
||||
- Messages with newlines will result in a "Paste" message being sent.
|
||||
version_added: "1.2"
|
||||
options:
|
||||
subscription:
|
||||
description:
|
||||
|
|
|
@ -24,7 +24,7 @@ short_description: Send Amazon Simple Notification Service (SNS) messages
|
|||
description:
|
||||
- The M(sns) module sends notifications to a topic on your Amazon SNS account
|
||||
version_added: 1.6
|
||||
author: "Michael J. Schultz (@mjschultz)"
|
||||
author: "Michael J. Schultz (@mjschultz)"
|
||||
options:
|
||||
msg:
|
||||
description:
|
||||
|
@ -78,7 +78,6 @@ options:
|
|||
aliases: ['aws_region', 'ec2_region']
|
||||
|
||||
requirements: [ "boto" ]
|
||||
author: Michael J. Schultz
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -79,7 +79,6 @@ options:
|
|||
notes: []
|
||||
# informational: requirements for nodes
|
||||
requirements: [ zypper, rpm ]
|
||||
author: Patrick Callahan
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -66,12 +66,6 @@ options:
|
|||
required: false
|
||||
default: null
|
||||
aliases: []
|
||||
protocol:
|
||||
description:
|
||||
- The protocol to be used for the Web binding (usually HTTP, HTTPS, or FTP).
|
||||
required: false
|
||||
default: null
|
||||
aliases: []
|
||||
certificate_hash:
|
||||
description:
|
||||
- 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.
|
||||
default: null
|
||||
aliases: []
|
||||
author: Trond Hindenes
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue