community.general/lib/ansible/modules/cloud
Michael Mayer fbcd6f8a65 Add Fargate support for ECS modules
Fargate instances do not require memory and cpu descriptors. EC2 instances
 do require descriptions. https://botocore.readthedocs.io/en/latest/reference/services/ecs.html#ECS.Client.describe_task_definition

Fargate requires that cpu and memory be defined at task definition level.
EC2 launch requires them to be defined at the container level.

Fargate requires the use of awsvpc for the networking_mode. Also updated,
the documentation regarding where and when memory/cpu needs to the assigned.

The task_definition variable for the awspvc configuration colided with
the ecs_service for the bridge network. This would cause the test to fail.

Add testing for fargate

Add examples for fargate and ec2
2018-06-06 20:51:50 +10:00
..
amazon Add Fargate support for ECS modules 2018-06-06 20:51:50 +10:00
atomic Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
azure fix issue #41081 in azure_rm_securitygroup (#41123) 2018-06-06 05:41:29 +08:00
centurylink More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
cloudscale dictionary changed size during iteration error (#37454) 2018-04-03 06:13:09 -04:00
cloudstack cs_instance: implement host migration support (#40309) 2018-05-25 11:20:04 +02:00
digital_ocean digital_ocean_domain: fix do not fail if domain already is absent (#40446) 2018-05-22 07:59:06 +02:00
dimensiondata Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
docker Enable check mode for docker_image_facts (#38944) 2018-06-06 11:03:26 +02:00
google New module: GCP Compute Disks (#38612) 2018-05-25 07:48:01 -04:00
heroku New module: heroku_collaborator (#39001) 2018-05-22 11:50:53 +02:00
linode Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
lxc Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
lxd Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
memset New Memset module to request DNS reloads (#40390) 2018-05-25 00:30:25 +02:00
misc Terraform: Pass module targets to terraform plan as well as apply (#40958) 2018-05-31 14:35:40 -04:00
oneandone More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
opennebula Add mode, owner_id and group_id options to one_vm (#40217) 2018-05-25 08:00:26 +02:00
openstack Bump python support version for openstack modules (#40750) 2018-05-29 08:51:58 -04:00
ovh Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
ovirt ovirt_templates: Add searching by cluster (#40934) 2018-05-31 06:40:30 -04:00
packet Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
profitbricks More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
pubnub Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rackspace Update Jesse Keating's github id (#39904) 2018-05-11 07:38:15 +02:00
scaleway Add a User-Agent string to the API request (#38587) 2018-05-14 09:55:47 -05:00
smartos More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
softlayer sl_vm: PEP8 compliancy and documentation changes (#32657) 2017-11-15 15:22:32 -05:00
spotinst Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
univention Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
vmware Add support for loadbalance_loadbased to DVS portgroup teaming policy (#40242) 2018-06-05 15:06:37 +05:30
vultr More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
webfaction Convert more http links to https. 2018-04-25 23:12:46 -07:00
__init__.py package files 2016-12-08 11:22:22 -05:00