Moved AWS modules over to common module fragments

Created common module doc fragment, and applied to all
modules that use ec2_connect or connect_to_aws as
they definitely share the common doc fragments
This commit is contained in:
willthames 2014-04-09 16:43:55 +10:00 committed by Will Thames
commit 509561f658
13 changed files with 88 additions and 340 deletions

View file

@ -21,7 +21,6 @@ description:
- Can create or delete AWS metric alarms
- Metrics you wish to alarm on must already exist
version_added: "1.6"
requirements: [ "boto" ]
author: Zacharie Eakin
options:
state:
@ -91,6 +90,7 @@ options:
description:
- A list of the names of action(s) to take when the alarm is in the 'ok' status
required: false
extends_documentation_fragment: aws
"""
EXAMPLES = '''