mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
17 lines
334 B
YAML
17 lines
334 B
YAML
---
|
|
|
|
- name: Install AWS support packages
|
|
yum:
|
|
name:
|
|
- ec2-utils
|
|
- amazon-ssm-agent
|
|
- amazon-efs-utils
|
|
|
|
- name: Install CloudWatch Agent
|
|
yum:
|
|
name:
|
|
- "{{ aws_cloudwatch_agent_rpm }}"
|
|
when: atl_aws_enable_cloudwatch is defined and atl_aws_enable_cloudwatch
|
|
notify:
|
|
- Enable CloudWatch Agent
|