Files
dc-deployments-automation/roles/aws_common/molecule/default/converge.yml

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