Commit Graph

596 Commits (c8d5fdaf275561797c1fe8a6131c7fcc0dda3348)

Author SHA1 Message Date
Brian Coca cdfb578b60 Merge pull request #2646 from h1ppo/patch-2
updating choices for rds parameter engines
9 years ago
Brian Coca 382ae8f15f Merge pull request #2800 from noqcks/iam-grammar-issue
IAM Module: fixed grammatical issue in iam.py. exit -> exist.
9 years ago
techraf 2016d3d822 Fixed typo in example playbook 9 years ago
Brian Coca 08135a9cf8 Merge pull request #2778 from sunnyone/fix-iam-policy-pdoc-treatment
Fix iam_policy pdoc variable assignment
9 years ago
Brian Coca ffea58ee86 Merge pull request #2817 from atplanet/ec2-ami-find-fix-region
Remove explicit region parameter from ec2_ami_find
9 years ago
Brian Coca 18bad1f691 tabs are bad 9 years ago
Henrique Rodrigues b8d2a3d3b4 Fix misspelling of the word 'certificate' 9 years ago
Brian Coca fbaf4fb628 Merge pull request #2746 from ferrants/patch-2
updated s3 module documentation
9 years ago
Brian Coca 618f74f35f added version_added 9 years ago
Brian Coca ce8da38364 Merge pull request #2324 from Constantin07/update_ec2_vol
ec2_vol.py - Added 'delete_on_termination" option for volume attachment action
9 years ago
Brian Coca 1a298f7948 updated s3 docs to reflect mode choices
fixes #2318
9 years ago
autotune f769305bd4 1113 fix ec2 subnet tags 9 years ago
Tom Bamford 14377c9857 Remove explicit region parameter from ec2_ami_find 9 years ago
Brian Coca 34aa679f41 Merge pull request #2734 from noqcks/elasticache-engine-choices
Elasticache Module: cache engine choices
9 years ago
Ben Visser 04d1c63358 two choices for cache engine. adding them.
revert spacing

undoing quotes around default. will do another pull requests

Making documentation more explicit for elasticache engine choices.
9 years ago
Ben Visser 593e74cfc5 fixed grammatical issue in iam.py. exit -> exist. 9 years ago
Brian Coca 4d60f963be Merge pull request #2543 from krdlab/fix-ec2_elb_lb-status
Fix `self.changed` value in `ElbManager` (ec2_elb_lb)
9 years ago
Brian Coca e277a9b1b9 Merge pull request #2375 from bcoca/rds_port_defaults
made port default depending on db engine
9 years ago
Brian Coca afdd4c3a20 updated version_added 9 years ago
Joost Cassee 4a6d323b9e Add wait_timeout option to route53 module
This option is used to make sure the module does not block forever.
9 years ago
Joost Cassee 1bcb90e785 Add wait option to route53 module
This option makes the module wait for the changes to replicate to all
Amazon DNS servers.
9 years ago
Brian Coca 1b8487ffce Merge pull request #2753 from jonhadfield/return_allocation_id
return allocation id for address created in vpc
9 years ago
Brian Coca 4d19ee903c crrected version added 9 years ago
Brian Coca 316749c653 Merge pull request #2548 from Etherdaemon/propose_wait_for_removed_ec2_elb_lb
wait_for to ensure ELB has been removed from AWS
9 years ago
Brian Coca b2c94d0eab corrected version added 9 years ago
Brian Coca 18284d18a3 Merge pull request #2489 from jimbydamonk/evaluate_targe_health
Add evaluate taget health for alias based records
9 years ago
Yoichi Imai 00376af7d6 Fix iam_policy pdoc variable 9 years ago
Constantin07 56fa475dcb Added delete_on_termination option for volume attachment 9 years ago
Brian Coca b08cf6b94f Merge pull request #2730 from bcoca/iam_policy_json
be smarter when dealing with policy_json input
9 years ago
Jon Hadfield 0320411d03 return allocation id for vpc address. 9 years ago
Matt Ferrante 2c75e72e83 updated s3 module documentation 9 years ago
Ben Visser 410ee32770 staging that num_nodes is required when state=present 9 years ago
Brian Coca 1fe6479617 be smarter when dealing with policy_json input
Now module will assume that if the argument is a string it is already formated as json
and will only try to convert non strings into json string.
Also removed unused 'msg' var declarations and the ifs that set them
fixes #2009
9 years ago
Toshio Kuratomi d6d3a8b21c Merge pull request #1903 from andynelson/extra-route-targets
ec2_vpc module update (eni and vpc peering connections & return state on termination)
9 years ago
Toshio Kuratomi 5fe0fbbf20 Merge pull request #1883 from haad/ec2_elb_fixes
Two fixes for ec2_elb_lb module to make stickiness work with undefined expiration period
9 years ago
Brian Coca 6b13da738b updated module docs, added choices to state 9 years ago
Michel Alexandre Salim 18f4f5dcc6 Set the argument type for ec2_vol's encrypted parameter
If this is not set, Ansible parses the parameter as a string.
This is fine if the parameter is not provided by the caller, but
if it is set to False or True explicitly, ec2_vol receives this as
the string 'False' or the string 'True', both of which are truthy.

Thus, without this fix, setting the parameter results in encryption
always enabled.
9 years ago
Jason Paige cc0ee4ad40 updating choices for rds parameter engines 9 years ago
Etherdaemon a56ffff51b Update to wait and wait_timeout with a maximum of 10 minutes timeout 9 years ago
Brian Coca 15dcabe012 Merge pull request #2541 from joshuaeke/patch-1
Update ec2.py remove state tag
9 years ago
Arthur Clement bfcdb05597 Example of single instance with ssd gp2 root volume creation 9 years ago
Brian Coca 43d2ecda06 Merge pull request #2546 from traveloka/fix-ec2-snapshot-info
Fix ec2_snapshot documentation
9 years ago
Toshio Kuratomi cd9a7667aa Don't raise or catch StandardError in amazon modules 9 years ago
Mike Buzzetti b00e1b556c Add evaluate taget health for alias based records 9 years ago
Brian Coca aad7497f18 Merge pull request #2542 from maxrothman/patch-1
Fix rds "promote" command never promoting
9 years ago
Etherdaemon 185a371efb Proposing a wait_for function to ensure elb has been successfully removed 9 years ago
Jay Rogers cab97cd2d9 Update in Amazon IAM Policy Documentation
There were typos in the documentation that made the examples seem misleading of what was being demonstrated. This update fixes that.
9 years ago
Michel Alexandre Salim b07ff99cac Fix ec2_snapshot documentation
last_snapshot_min_age is added in 2.0, not 1.9
9 years ago
Max Rothman f1f201c234 Fix rds "promote" command never promoting
Previously, the `promote` command in the `rds` module would always return OK and never actually promote an instance. This was because `promote_db_instance()` had its conditions backwards: if the instance had the `replication_source` attribute indicating that it **was** a replica, it would set `changed = False` and do nothing. If the instance **wasn't** a replica, it would attempt to run `boto.rds.promote_read_replica()`, which would always fail.
9 years ago
krdlab dd76b51990 Fix `self.changed` value in `ElbManager` (ec2_elb_lb) 9 years ago