DCD-436: Add flag to disable CloudWatch completely.

This commit is contained in:
Steve Smith
2019-09-12 10:57:45 +10:00
parent e1090ba4fe
commit ee6df8f8a8
11 changed files with 92 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
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: true
atl_aws_enable_cw_logs: false
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
atl_aws_agent_restart: true