- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 19 Nov, 2013 1 commit
-
-
James Martin committed
-
- 01 Nov, 2013 1 commit
-
-
Passing cloudformation template_parameters on the command line like so was failing: ansible localhost -m cloudformation -a "...template_parameters=foo=5,bar=4..."
Brian Cavagnolo committed
-
- 30 Sep, 2013 4 commits
-
-
When cloudformation operation is successfully submitted but some step during stack creation or update fails, operation result should be failed=True.
Petr Svoboda committed -
When stack creation is rolled back, final status is not CREATE_ROLLBACK_COMPLETE but ROLLBACK_COMPLETE.
Petr Svoboda committed -
Petr Svoboda committed
-
Tags parameter requires at least version 2.6.0 of Boto module. When tags parameter is used with older version, error is raised. When tags parameter is unused, module works as before.
Petr Svoboda committed
-
- 27 Sep, 2013 1 commit
-
-
Expose boto.cloudformation.create_stack() tags parameter. Supplied tags will be applied to stack and all it's resources on stack creation. Cannot be updated later (not supported by UpdateStack CloudFormation API).
Petr Svoboda committed
-
- 27 Aug, 2013 1 commit
-
-
The cloudformation module argument spec should match the documentation, so that template_parameters is a required argument.
Jharrod LaFon committed
-
- 20 Aug, 2013 1 commit
-
-
No idea if I'm rebasing properly or not. This is my first attempt.
Bruce Pennypacker committed
-
- 30 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
Fixed bug in module_fail. Consistent error handling. Adding comments. Removal of unused variable. Removed unecessary wait_for option. was never been used to begin with. Trim down the stack_outputs. Don't need to include stack name and region since they are already required parameters. Rollback supported in status operations. Using dict when possible.
James Martin committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 26 Apr, 2013 1 commit
-
-
Lester Wade committed
-
- 01 Apr, 2013 1 commit
-
-
James Martin committed
-
- 19 Mar, 2013 1 commit
-
-
lwade committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 22 Feb, 2013 1 commit
-
-
James Martin committed
-