Shawn Silva
f410f44c28
The parameters 'template' and 'template_url' are incorrectly required in all cases.
...
If the state is 'absent' they should not be required. A few lines below the correct check is already in place.
9 years ago
Brian Coca
9eb0c178ec
Merge pull request #725 from robbwagoner/cloudformation-resources
...
module cloudformation: include a CFN stack's resources in the result
9 years ago
Jens Carl
dc109387bd
Change type of parameter 'template' to 'path'.
9 years ago
Jens Carl
e25605cd5b
Fix to handle user directory within parameter 'template'.
9 years ago
Ted Timmons
40519de8e7
fix ugly documentation
...
current version dumps a character per line in the docs: http://docs.ansible.com/ansible/cloudformation_module.html
9 years ago
Brian Coca
8227b48a6a
minor doc fixes
9 years ago
Brian Coca
24c2bccd66
corrected version_added
9 years ago
Scott Miller
c3c2e6ab72
Update cloudformation.py
...
Fix for inaccurate phrasing
9 years ago
Scott Miller
692045f693
update docs for cloudformation
10 years ago
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
10 years ago
Soenke Ruempler
bb8e9563cf
Add support for SNS notification ARNs in CloudFormation
10 years ago
billwanjohi
61741b60c6
cloudformation: accept local templates in yaml format
...
Since the YAML data format is a subset of JSON, it is trivial to convert
the former to the latter. This means that we can use YAML templates to
build cloudformation stacks, as long as we translate them before passing
them to the AWS API. I figure this could potentially be quite popular in
the Ansible world, since we already use so much YAML for our playbooks.
10 years ago
Benno Joy
415815ef45
Merge pull request #678 from Jimdo/handle-cfn-rollback-failure
...
Handle the case where a Cloudformation stack rollback fails.
10 years ago
Brian Coca
613961c592
really fixed docs this time
10 years ago
Brian Coca
99391f861d
fixed doc issues on cloudformation
10 years ago
Rob Johnson
ea1ffc6d19
allow both template and template_url parameters
10 years ago
Brian Coca
d27df0cdb4
Merge pull request #334 from adamchainz/cloudformation_dont_always_need_template
...
Make cloudformation module's template argument not required in case of stack deletion
10 years ago
Brian Coca
8c80900fef
removed requirements/boto as it broke documentation as it is duplicated in shared aws fragements
10 years ago
Adam Chainz
8a4e7e5d9f
Make cloudformation module's template argument not required in case of stack deletion
10 years ago
Brian Coca
f3e4704d92
Merge pull request #569 from 47lining/rate-throttling-retries-update
...
add retry with exponential backoff when we receive throttling error code...
10 years ago
Mick Bass
64a2077787
Add support for AWS Security Token Service (temporary credentials) to all AWS cloud modules.
10 years ago
Toshio Kuratomi
7e7eafb3e3
Make lack of boto call fail_json instead of sys.exit
...
Fixes #994
10 years ago
Robb Wagoner
edc957a4b5
Include a CFN stack's resources in the result
10 years ago
Jan Brauer
e2abbbefd7
Handle the case where a stack rollback fails.
10 years ago
Mick Bass
2d189f0d19
add retry with exponential backoff when we receive throttling error code from cloudformation
10 years ago
Brian Coca
d564569910
update to use connect_to_region to avoid errors with china
10 years ago
Brian Coca
978204aaa2
Merge pull request #496 from haraldsk/devel
...
add support for stack policies in cloudformation
10 years ago
Jeff Gonzalez
369eeb2666
Fixed formatting in documentation
...
The example was using mixed shorthand and long form yaml (region: "us-east-1 disable_rollback=true"
I modified the entire example to be long form.
10 years ago
Harald Skoglund
5bc8d5b96e
add support for stack policies in cloudformation
10 years ago
Mike Putnam
55a51f4ca9
Clarify possible variable value in the docs.
10 years ago
Toshio Kuratomi
5af4463823
Gixes to doc formatting
10 years ago
Michael DeHaan
c6b0d469ac
Misc EC2 doc tweaks.
10 years ago
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
10 years ago