mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
21 lines
490 B
YAML
21 lines
490 B
YAML
---
|
|
- 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"
|
|
|
|
# The `bool` pipe is a sanity check for group file.
|
|
atl_aws_enable_cloudwatch: "{{ 'true'|bool }}"
|
|
atl_aws_enable_cloudwatch_logs: true
|
|
atl_aws_agent_restart: false
|
|
|
|
roles:
|
|
- role: aws_common
|