DCD-436: Use full cloudwatch name for clarity.

This commit is contained in:
Steve Smith
2019-09-13 12:01:47 +10:00
parent 83aed04c76
commit edae211356
8 changed files with 12 additions and 12 deletions

View File

@@ -4,8 +4,8 @@
aws_download_region: "{{ ansible_ec2_placement_region | default('us-west-2') }}"
aws_cloudwatch_agent_rpm: "https://s3.{{ aws_download_region }}.amazonaws.com/amazoncloudwatch-agent-{{ aws_download_region }}/amazon_linux/amd64/latest/amazon-cloudwatch-agent.rpm"
atl_aws_enable_cw: false
atl_aws_enable_cw_logs: false
atl_aws_enable_cloudwatch: false
atl_aws_enable_cloudwatch_logs: false
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
atl_aws_agent_restart: true