Patryk Zawadzki
f7125fdf37
Properly match existing security group
...
If we don't care about `vpc_id` then neither should the code.
2014-02-26 13:39:03 +01:00
James Cammarata
24759f566c
Adding 'validate_certs' option to EC2 modules
...
When disabled, the boto connection will be instantiated without validating
the SSL certificate from the target endpoint. This allows the modules to connect
to Eucalyptus instances running with self-signed certs without errors.
Fixes #3978
2014-02-13 12:32:49 -06:00
Will Thames
f92e4605ab
Create a common EC2 connection argument spec for EC2 modules
...
Refactor the currently well-factored ec2 modules (i.e. those that already use ec2_connect) to
have a common argument spec. The idea is that new modules can use this spec without duplication
of code, and that new functionality can be added to the ec2 connection code (e.g. security
token argument)
2014-02-06 15:27:41 +10:00
jctanner
c81c2d8fdb
Merge pull request #5380 from dhml/devel
...
ec2_group: rules can't reference containing group fix #5309
2014-01-27 11:41:21 -08:00
David Hummel
1f0c230d32
Check for group_name and cidr_ip.
2013-12-23 15:57:47 -05:00
David Hummel
6a70f614f8
Add rule group_name parameter whose value can reference containing group name.
2013-12-20 16:06:55 -05:00
willthames
74f9f91abf
Move more responsibility to common EC2 module
...
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
2013-12-17 14:07:24 +10:00
Michael DeHaan
08996d78d6
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
2013-11-18 18:55:49 -05:00
James Tanner
0a5adda059
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
2013-11-01 11:59:24 -04:00
Brian Schott
f775bea0b1
added aws_access_key and aws_secret_key aliases to ec2_group arguments
2013-10-17 15:23:24 -04:00
James Laska
3d64578131
Add idempotency support to ec2_group
2013-10-02 11:29:59 -04:00
James Cammarata
9abc7bf5cc
Minor fix, vpc_id is not required for the ec2_group
2013-08-19 11:38:06 -05:00
Andrew de Quincey
fad1ba7998
Add module to control EC2 security groups
2013-08-19 11:38:06 -05:00