mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-436: Add flag to disable CloudWatch completely.
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
yum:
|
||||
name:
|
||||
- "{{ aws_cloudwatch_agent_rpm }}"
|
||||
when: atl_aws_enable_cw is defined and atl_aws_enable_cw
|
||||
notify:
|
||||
- Enable CloudWatch Agent
|
||||
|
||||
@@ -20,5 +20,6 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
when: atl_aws_enable_cw is defined and atl_aws_enable_cw
|
||||
notify:
|
||||
- Restart CloudWatch Agent
|
||||
|
||||
Reference in New Issue
Block a user