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.
2015-11-25 18:46:17 -06:00
Toshio Kuratomi
8ae30f1822
Minor simplification of code
2015-11-23 16:23:41 -08:00
Toshio Kuratomi
5617cd57cf
Merge pull request #2512 from erewh0n/ec2-require-all-groups
...
Fail ec2 module when group names cannot resolve to IDs
2015-11-23 16:20:31 -08:00
Toshio Kuratomi
1270bacee7
Merge pull request #2425 from aioue/patch-5
...
Update ec2_elb_lb.py
2015-11-23 15:55:51 -08:00
Brian Coca
6bd8020f65
corrected version_added, removed empty alias
2015-11-24 09:32:46 -08:00
Brian Coca
b789db7b9d
Merge pull request #2211 from kai11/feature/spot_launch_group
...
Added launch group support for ec2 module
2015-11-23 09:31:33 -08:00
Keith Hassen
39ef6a1a80
Fail if any group name is not resolved to an ID.
2015-11-22 22:07:47 -05:00
Brian Coca
0e043f8c58
Merge pull request #2505 from donckers/devel
...
Fix #822 - Correct failure to overwrite existing records
2015-11-20 17:22:22 -08:00
Brian Coca
6d722608d6
Merge pull request #2413 from raben2/devel
...
Absent Function was not working on user with login profile
2015-11-20 17:00:20 -08:00
Daniel Donckers
3b8147af30
Fixes #822
2015-11-20 14:55:39 -06:00
Mike Riddle
062c7764e6
Fixed error message: TypeError: fail_json() takes exactly 1 argument (2 given)
2015-11-18 15:10:15 -05:00
Brian Coca
1d6b31a90f
fixed break order
2015-11-19 09:28:40 -08:00
Tom Paine
4bc834485a
Update ec2_elb_lb.py
2015-11-18 19:45:32 +00:00
Brian Coca
2c92fc4d3c
Merge pull request #2484 from bcoca/ec2_elb_get_really_all
...
Ec2 elb get really all items
2015-11-17 12:20:51 -08:00
Brian Coca
1258f82648
Merge pull request #2467 from cinek810/fix_ident
...
It may be string with int comparison, if ansible user specifies ident…
2015-11-13 14:57:21 -08:00
Marcin Stolarek
b6223ca729
Save changes of special characters to rset, without that comparison rset.to_xml() == wanted_rset.to_xml() will fail if record contains * or @ characters.
2015-11-13 11:32:10 +01:00
Marcin Stolarek
3193961cf5
It may be string with int comparison, if ansible user specifies identifier as int
2015-11-13 10:45:27 +01:00
J Levitt
889274a525
Add rds restore example to list of examples
...
There was no db restore example. I've provided one that shows how to do the restore, then add a security group (you cannot add the security group during the restore step -- it has to be done in a modify step afterward). Also, I show how to get the endpoint.
2015-11-11 15:15:30 -06:00
Rabenstein
7d665db5e5
Squash of 3 commits for bugfix.
...
Absent unction was not working on user with login profile
also fixed the exception handling
fixed the delete user function
now works with or without loginprofile (password)
typo
2015-11-11 09:54:55 +01:00
Tom Paine
dd26c37f6b
Update ec2_elb_lb.py
...
add connection draining default
2015-11-06 17:43:24 +00:00
Toshio Kuratomi
62672b8b85
Merge pull request #2228 from abridgett/feature/add_ec2_elb_lb_idle_timeout
...
add idle_timeout support
2015-11-03 10:24:58 -08:00
Brian Coca
cac69f3135
added missing version_added
2015-11-03 13:25:46 -05:00
Brian Coca
aa6f80669a
Merge pull request #534 from ferrants/ami-launch-permissions
...
ec2_ami can update an ami's launch_permissions
2015-11-03 13:21:44 -05:00
Brian Coca
c91da5714e
Merge pull request #2279 from wimnat/feature/iam_policy_idempotentcy
...
Allow iam_policy to maintain idempotence if the role referenced has …
2015-11-03 13:10:42 -05:00
Brian Coca
3aee4b9469
Merge pull request #2326 from jibsheet/devel
...
Mark this as a string so it is rendered in the docs
2015-11-03 13:10:15 -05:00
Toshio Kuratomi
0de2627efc
Make cache_parameter_group the name of this new param to match with similar params (leave old name as an alias)
2015-11-02 17:33:04 -08:00
Toshio Kuratomi
e16c5c54fd
Revert "Expose cache_parameter_group_name in elasticache module"
...
This PR #1950 implements duplicate functionality to #1353
This reverts commit b04efa22c4
.
Conflicts:
cloud/amazon/elasticache.py
2015-11-02 17:27:54 -08:00
Brian Coca
59b87836d1
Merge pull request #2222 from pgilad/patch-1
...
Add state=running on some ec2 examples
2015-11-02 19:12:25 -05:00
Brian Coca
d6c97bc880
Merge pull request #2381 from gregdek/devel
...
Module ownership changes
2015-11-02 19:00:21 -05:00
Brian Coca
a38e0095f9
added missing version added
2015-11-02 18:54:30 -05:00
Brian Coca
6e905f0586
Merge pull request #1950 from frenchfrywpepper/cache_parameter_group_name
...
Expose cache_parameter_group_name in elasticache module
2015-11-02 18:49:55 -05:00
Brian Coca
794cbeea23
use marker instead of is_truncated which does not seem to work
2015-11-02 13:10:20 -05:00
Brian Coca
b90318ae6c
loop to get all load balancers, boto limited to 400 at a time
...
fixes #2115
2015-11-02 13:05:22 -05:00
Brian Coca
77ded03510
Merge pull request #953 from rwky/asg_542
...
Fixes #542 error when ec2_asg arguments aren't specified
2015-11-02 09:04:42 -05:00
Adrian Bridgett
d4319555a0
Merge branch 'devel' into feature/add_ec2_elb_lb_idle_timeout
...
* devel: (84 commits)
Document and return an error if httplib2 >= 0.7 is not present. We
since find doesn't make changes, support check mode and gather data for other tasks in check mode
Correct typo in yum module docs
Update doc to reflect password is required if adding a new user
Update error message to be more explicit
Simplify logic to handle options set to empty string
Fix to issue 12912. Supply 'force' to install of python-apt.
Note the difference between yum package groups and environment groups.
rearranged systemd check, removed redundant systemctl check fixed unused cmd and state var assignements
added earlier paths to systemd
make os_router return a top level 'id' key
Version bump for new beta 2.0.0-0.4.beta2
allow os_port to accept a list of security groups
allow os_server to accept a list of security groups
Add capability for stat module to use more hash algorithms
allow empty description attribute for os_security_group
Update hostname.py
simpler way to check if systemd is the init system
make os_keypair return a top level 'id' key
make os_flavor return a top-level 'id' key
...
2015-10-29 14:18:34 +00:00
Greg DeKoenigsberg
344cf5fc0e
Remove @ralph-tice from maintainership per his request
2015-10-28 14:47:03 -04:00
Greg DeKoenigsberg
7cb9289197
Clarity of owner, even though module is deprecated
2015-10-28 14:40:54 -04:00
Greg DeKoenigsberg
57dcf2c9dd
@lorin stepping down as maintainer
2015-10-28 14:38:11 -04:00
Etherdaemon
08559670e5
Update try statement as pointed out by defionscode
2015-10-22 09:12:58 +10:00
Etherdaemon
d6da9c1516
Merge branch 'devel' into fix_aws_iam_connection_12831
2015-10-22 09:09:30 +10:00
Kevin Falcone
735eefb2ca
Mark this as a string so it is rendered in the docs
...
When this was treated as a boolean, sphinx was leaving the Default
column on http://docs.ansible.com/ansible/ec2_module.html blank,
implying it would use AWS's default. In reality, it passes False, which
overrides the defaults at AWS (it's possible to boot an instance which
AWS claims will always have EBS optimization without it because of this
silently passed False).
2015-10-21 16:43:50 -04:00
Toshio Kuratomi
bc3b1abd68
Another fix for docs
2015-10-21 08:40:10 -07:00
Toshio Kuratomi
e41cde3116
Correct docs build
2015-10-21 08:36:08 -07:00
Brian Coca
377aaf526c
Merge pull request #2292 from Constantin07/update_ec2_ami_find
...
Included 'block_device_mapping' in the output of module and other mis…
2015-10-20 13:07:00 -04:00
Constantin Bugneac
01b8432496
Added documentation for returned structure
2015-10-20 09:30:57 +01:00
Etherdaemon
2b2285eb67
fixes #12831 by updating the boto iam connection method to connect_to_region
2015-10-20 16:38:27 +10:00
Brian Coca
14f32de7a6
added missing version_added to new accesslogs feature
2015-10-19 20:11:54 -04:00
Brian Coca
f4ed4b37a9
Merge pull request #2126 from nfelsen/access_logs
...
Adding support for access logs in ELB
2015-10-19 20:06:31 -04:00
Brian Coca
250b1f48fc
Merge pull request #2274 from niothiel/devel
...
Remove duplicate logic
2015-10-19 17:53:53 -04:00
Brian Coca
300c816503
Merge pull request #2180 from wimnat/feature/issue-695
...
Resolve issue 695 (no change reported) and other misc fixes
2015-10-19 10:47:02 -04:00