mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
9 lines
481 B
YAML
9 lines
481 B
YAML
---
|
|
|
|
# See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/download-cloudwatch-agent-commandline.html
|
|
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"
|
|
|
|
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
|
|
atl_aws_agent_restart: true
|