Commit Graph

7 Commits (372ae072fdd6a06ac0928582689e506819c43f2c)

Author SHA1 Message Date
James Cammarata 056d54ebd3 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 7600c664fe 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
willthames e0c245f1ae Minor tweaks to simplify examples and documentation
Made a few things more consistent with the bulk of the other EC2
modules and removed an unnecessary check that is handled by
AnsibleModule
2014-02-05 22:25:44 +10:00
James Tanner 4b80156267 Standardize some parameters in ec2_key 2014-01-23 22:22:09 -05:00
Vincent Viallet db37528fd2 Bumped to v1.5 2013-12-13 08:59:52 +08:00
Vincent Viallet 30820437bb Minor typos and remove extra dependencies. 2013-12-12 12:30:22 +08:00
Vincent Viallet 1150b78bb0 Add ec2_key module. 2013-12-12 12:23:58 +08:00