Commit Graph

613 Commits (d81a6740eca16d12e1961c58533b9e5014a4e048)

Author SHA1 Message Date
Brian Coca edf3aa336f Merge pull request #3129 from defionscode/lc_doc
Updated ec2_lc docs
10 years ago
Jonathan Davila 51d2f49ae0 Updated ec2_lc docs 10 years ago
Toshio Kuratomi e9454fa44f Merge pull request #2352 from bermudezjd/feature/iam_policy_present_state_includes_policy_changes
Feature/iam policy present state includes policy changes
10 years ago
James Cammarata 4bc2a189ba Merge pull request #3058 from Constantin07/update_ec2_tag1
ec2_tag.py - Fixing issue #3057 - AttributeError: 'str' object has no attribute 'i…
10 years ago
Daniel Petty e256ae0683 replaced sudo with become 10 years ago
Constantin07 9e42b2a684 Fixing issue #3057 - AttributeError: 'str' object has no attribute 'items' 10 years ago
Matt Martz c7845456a6 Various simple linting type cleanups on modules 10 years ago
jjshoe b0cbae51b5 Less engrish 10 years ago
Michael Baydoun 98c16a4f1f Update ec2.py
Documentation is not clear that tag used in count_tags must be an existing instance_tag
10 years ago
James Cammarata e2f8ed1609 Merge pull request #2735 from noqcks/no-default-sec-groups
Elasticache Module: changing default cache_security_group to none
10 years ago
Toshio Kuratomi 29b81a4153 Merge pull request #2826 from shawnsilva/cloudformation-req-params
The parameters 'template' and 'template_url' are incorrectly required in all cases in the cloudformation module
10 years ago
Toshio Kuratomi 93d02189f6 Remove duplicate documentation fields 10 years ago
Brian Coca cdfb578b60 Merge pull request #2646 from h1ppo/patch-2
updating choices for rds parameter engines
10 years ago
Brian Coca 382ae8f15f Merge pull request #2800 from noqcks/iam-grammar-issue
IAM Module: fixed grammatical issue in iam.py. exit -> exist.
10 years ago
techraf 2016d3d822 Fixed typo in example playbook 10 years ago
Brian Coca 08135a9cf8 Merge pull request #2778 from sunnyone/fix-iam-policy-pdoc-treatment
Fix iam_policy pdoc variable assignment
10 years ago
Brian Coca ffea58ee86 Merge pull request #2817 from atplanet/ec2-ami-find-fix-region
Remove explicit region parameter from ec2_ami_find
10 years ago
Brian Coca 18bad1f691 tabs are bad 10 years ago
Henrique Rodrigues b8d2a3d3b4 Fix misspelling of the word 'certificate' 10 years ago
Brian Coca fbaf4fb628 Merge pull request #2746 from ferrants/patch-2
updated s3 module documentation
10 years ago
Brian Coca 618f74f35f added version_added 10 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
10 years ago
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.
10 years ago
Ben Visser 18fdea8aba changing default of cache_security_groups to none, removing the ['default']
OCD is making me fix the inconsistency with how None is typed. First Letter Capitalized All Over Now.

cleaning up the default object that was created for the cache_security_groups and removing checks dealing with it.

clean up space

Changing default cache_security_groups from [default] to None.
10 years ago
Brian Coca 1a298f7948 updated s3 docs to reflect mode choices
fixes #2318
10 years ago
autotune f769305bd4 1113 fix ec2 subnet tags 10 years ago
Tom Bamford 14377c9857 Remove explicit region parameter from ec2_ami_find 10 years ago
Brian Coca 34aa679f41 Merge pull request #2734 from noqcks/elasticache-engine-choices
Elasticache Module: cache engine choices
10 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.
10 years ago
Ben Visser 593e74cfc5 fixed grammatical issue in iam.py. exit -> exist. 10 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)
10 years ago
Brian Coca e277a9b1b9 Merge pull request #2375 from bcoca/rds_port_defaults
made port default depending on db engine
10 years ago
Brian Coca afdd4c3a20 updated version_added 10 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.
10 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.
10 years ago
Brian Coca 1b8487ffce Merge pull request #2753 from jonhadfield/return_allocation_id
return allocation id for address created in vpc
10 years ago
Brian Coca 4d19ee903c crrected version added 10 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
10 years ago
Brian Coca b2c94d0eab corrected version added 10 years ago
Brian Coca 18284d18a3 Merge pull request #2489 from jimbydamonk/evaluate_targe_health
Add evaluate taget health for alias based records
10 years ago
Bermudez, Jaime 2ad0be9425 Merge branch 'devel' into feature/iam_policy_present_state_includes_policy_changes
Conflicts:
	cloud/amazon/iam_policy.py
10 years ago
Yoichi Imai 00376af7d6 Fix iam_policy pdoc variable 10 years ago
Constantin07 56fa475dcb Added delete_on_termination option for volume attachment 10 years ago
Brian Coca b08cf6b94f Merge pull request #2730 from bcoca/iam_policy_json
be smarter when dealing with policy_json input
10 years ago
Jon Hadfield 0320411d03 return allocation id for vpc address. 10 years ago
Matt Ferrante 2c75e72e83 updated s3 module documentation 10 years ago
Ben Visser 410ee32770 staging that num_nodes is required when state=present 10 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
10 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)
10 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
10 years ago