mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-436: Add ability to disable log aggregation.
This commit is contained in:
19
roles/aws_common/molecule/logs-disabled/playbook.yml
Normal file
19
roles/aws_common/molecule/logs-disabled/playbook.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
ansible_ec2_local_ipv4: "1.1.1.1"
|
||||
ansible_default_ipv4:
|
||||
address: "9.9.9.9"
|
||||
ansible_ec2_instance_id: "NONE"
|
||||
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_aws_stack_name: "MY_STACK"
|
||||
|
||||
atl_aws_enable_cw_logs: "false"
|
||||
|
||||
atl_aws_agent_restart: false
|
||||
|
||||
roles:
|
||||
- role: aws_common
|
||||
Reference in New Issue
Block a user