|
|
@ -23,7 +23,7 @@ DOCUMENTATION = '''
|
|
|
|
module: ecs_taskdefinition
|
|
|
|
module: ecs_taskdefinition
|
|
|
|
short_description: register a task definition in ecs
|
|
|
|
short_description: register a task definition in ecs
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Creates or terminates task definitions
|
|
|
|
- Registers or deregisters task definitions in the Amazon Web Services (AWS) EC2 Container Service (ECS)
|
|
|
|
version_added: "2.0"
|
|
|
|
version_added: "2.0"
|
|
|
|
author: Mark Chance(@Java1Guy)
|
|
|
|
author: Mark Chance(@Java1Guy)
|
|
|
|
requirements: [ json, boto, botocore, boto3 ]
|
|
|
|
requirements: [ json, boto, botocore, boto3 ]
|
|
|
@ -74,7 +74,7 @@ extends_documentation_fragment:
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|
- name: "Create task definition"
|
|
|
|
- name: Create task definition
|
|
|
|
ecs_taskdefinition:
|
|
|
|
ecs_taskdefinition:
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- name: simple-app
|
|
|
|
- name: simple-app
|
|
|
|