mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-436: CloudWatch disabled by default for backwards compatibility.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
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: false
|
||||
atl_aws_enable_cw_logs: false
|
||||
|
||||
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
|
||||
|
||||
Reference in New Issue
Block a user