diff --git a/docs/roles/deploy_container.md b/docs/roles/deploy_container.md index 1ebaa80f..d1befb03 100644 --- a/docs/roles/deploy_container.md +++ b/docs/roles/deploy_container.md @@ -62,8 +62,8 @@ deploy_container: service_autoscale_target_value: 70 # the value to trigger a scaling event at execution_role_arn: "arn:aws:iam::000000000000:role/ecsTaskExecutionRole" # ARN of the IAM role to run the task as, must have access to the ECR repository if applicable containers: [] # list of container definitions, see docs: https://docs.ansible.com/ansible/latest/collections/community/aws/ecs_taskdefinition_module.html#parameter-containers - #cpu: 512 # these values can be set globally or per container - #memory: 1024 + cpu: 512 # these values can be set globally or per container + memory: 1024 launch_type: FARGATE network_mode: awsvpc #volumes: [] # list of additional volumes to attach diff --git a/roles/deploy_container/README.md b/roles/deploy_container/README.md index 1ebaa80f..d1befb03 100644 --- a/roles/deploy_container/README.md +++ b/roles/deploy_container/README.md @@ -62,8 +62,8 @@ deploy_container: service_autoscale_target_value: 70 # the value to trigger a scaling event at execution_role_arn: "arn:aws:iam::000000000000:role/ecsTaskExecutionRole" # ARN of the IAM role to run the task as, must have access to the ECR repository if applicable containers: [] # list of container definitions, see docs: https://docs.ansible.com/ansible/latest/collections/community/aws/ecs_taskdefinition_module.html#parameter-containers - #cpu: 512 # these values can be set globally or per container - #memory: 1024 + cpu: 512 # these values can be set globally or per container + memory: 1024 launch_type: FARGATE network_mode: awsvpc #volumes: [] # list of additional volumes to attach diff --git a/roles/deploy_container/defaults/main.yml b/roles/deploy_container/defaults/main.yml index 00195f6a..22380049 100644 --- a/roles/deploy_container/defaults/main.yml +++ b/roles/deploy_container/defaults/main.yml @@ -44,8 +44,8 @@ deploy_container: service_autoscale_target_value: 70 # the value to trigger a scaling event at execution_role_arn: "arn:aws:iam::000000000000:role/ecsTaskExecutionRole" # ARN of the IAM role to run the task as, must have access to the ECR repository if applicable containers: [] # list of container definitions, see docs: https://docs.ansible.com/ansible/latest/collections/community/aws/ecs_taskdefinition_module.html#parameter-containers - #cpu: 512 # these values can be set globally or per container - #memory: 1024 + cpu: 512 # these values can be set globally or per container + memory: 1024 launch_type: FARGATE network_mode: awsvpc #volumes: [] # list of additional volumes to attach