mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
DCD-1123: Make writing AWS tags optional, but default.
This commit is contained in:
@@ -15,3 +15,5 @@ atl_aws_log_groups:
|
|||||||
product: "{{ atl_aws_log_group_base }}"
|
product: "{{ atl_aws_log_group_base }}"
|
||||||
audit: "{{ atl_aws_log_group_base }}-audit"
|
audit: "{{ atl_aws_log_group_base }}-audit"
|
||||||
provisioning: "{{ atl_aws_log_group_base }}-provisioning"
|
provisioning: "{{ atl_aws_log_group_base }}-provisioning"
|
||||||
|
|
||||||
|
atl_write_tags: true
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
- name: Store some metadata about this run
|
- name: Store some metadata about this run
|
||||||
include_tasks: "write-tags.yml"
|
include_tasks: "write-tags.yml"
|
||||||
|
when: atl_write_tags
|
||||||
|
|
||||||
- name: Initiate the startup of any new AWS services now
|
- name: Initiate the startup of any new AWS services now
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user