mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-436: Use full cloudwatch name for clarity.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
atl_product_edition: "jira-software"
|
||||
atl_aws_stack_name: "MY_STACK"
|
||||
|
||||
atl_aws_enable_cw: "{{ 'false'|bool }}"
|
||||
atl_aws_enable_cloudwatch: "{{ 'false'|bool }}"
|
||||
|
||||
roles:
|
||||
- role: aws_common
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
atl_aws_stack_name: "MY_STACK"
|
||||
|
||||
# The `bool` pipe is a sanity check for group file.
|
||||
atl_aws_enable_cw: "{{ 'true'|bool }}"
|
||||
atl_aws_enable_cw_logs: true
|
||||
atl_aws_enable_cloudwatch: "{{ 'true'|bool }}"
|
||||
atl_aws_enable_cloudwatch_logs: true
|
||||
atl_aws_agent_restart: false
|
||||
|
||||
roles:
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
atl_product_edition: "jira-software"
|
||||
atl_aws_stack_name: "MY_STACK"
|
||||
|
||||
atl_aws_enable_cw: true
|
||||
atl_aws_enable_cw_logs: false
|
||||
atl_aws_enable_cloudwatch: true
|
||||
atl_aws_enable_cloudwatch_logs: false
|
||||
|
||||
atl_aws_agent_restart: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user