cahlchang
1cce11b39c
[AWS] Support check mode in aws ec2_instance module ( #46774 )
...
* fix checkmode
* Added checking test to existing test playbook
* Added test for check mode
2018-10-11 14:21:01 -04:00
Will Thames
0c22c0cefb
Add delete_on_termination to all EC2 root volumes ( #44818 )
...
Not terminating volumes on instance deletion causes
unwanted costs
2018-08-30 10:31:05 -04:00
Julien PRIGENT
3921f34253
ec2_instance.py: Add CpuOptions to EC2 ( #43799 )
...
* ec2_instance.py: Add CpuOptions to EC2
* ec2_instance_facts.py: Add CpuOptions to EC2 facts
* ec2_instance.py: LooseVersion and pylint indentation
* Implement nested cpu_options dict
* Fix botocore required version
* ec2_instance: Split integration tests to add executions with old botocore versions
* Ensure runme.sh is executable
2018-08-20 20:49:00 +10:00
Julien Vey
a6d5656dd8
ec2_instance: add a retry to run_instance to help with ec2 consistency
2018-05-03 15:46:15 -04:00
Ryan Brown
44d06f8858
[cloud] Add support for updating IAM role with ec2_instance module ( #38812 )
...
* [cloud] Add support for updating IAM role with ec2_instance module
* Add test for updating IAM role
2018-04-17 15:02:46 -04:00
Matt Clay
d653d52dd8
Mark unsupported integration tests. ( #38251 )
...
* Mark UCS integration tests as unsupported.
* Mark various connection tests as unsupported.
* Mark win_domain_group test as unsupported.
* Mark java_cert test as unsupported.
* Mark synchronize-buildah test as unsupported.
* Mark various AWS tests as unsupported.
* Mark azure_rm_acs test as unsupported.
* Mark GCP tests as unsupported.
2018-04-03 19:04:23 -07:00
Julien Vey
b000339a31
ec2_instace: fix instance_role argument ( #37465 )
2018-04-03 11:39:39 -04:00
Ryan Brown
f4d896c716
Tower callback fixes ( #35927 )
...
* Fix tower_callback script return code
* Add ec2_key parameter to integration tests
2018-02-09 14:28:52 -05:00
Ryan Brown
e71c6d8e17
New module: ec2_instance ( #35749 )
...
New module: ec2_instance
Integration tests for ec2_instance
2018-02-08 01:50:41 -05:00