Fixed cloudformation docs and updated EXAMPLES section in the docs for these AWS modules.

This commit is contained in:
Lester Wade
2013-04-25 19:22:48 -07:00
parent 4a4958f6c9
commit a7595a6964
3 changed files with 44 additions and 23 deletions

View File

@@ -67,12 +67,15 @@ options:
default: "yes"
choices: [ "yes", "no" ]
aliases: []
requirements: [ "boto" ]
author: James S. Martin
'''
examples:
EXAMPLES = '''
# Basic task example
tasks:
- name: launch ansible cloudformation example
cloudformation: >
action: cloudformation >
stack_name="ansible-cloudformation" state=present
region=us-east-1 disable_rollback=yes
template=files/cloudformation-example.json
@@ -82,9 +85,6 @@ examples:
DiskType: ephemeral
InstanceType: m1.small
ClusterSize: 3
requirements: [ "boto" ]
author: James S. Martin
'''
import boto.cloudformation.connection