mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1205: Rename playbook.yml -> converge.yml for Molecule v3.
This commit is contained in:
17
roles/aws_common/molecule/cw-disabled/converge.yml
Normal file
17
roles/aws_common/molecule/cw-disabled/converge.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- 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_cloudwatch: "{{ 'false'|bool }}"
|
||||
|
||||
roles:
|
||||
- role: aws_common
|
||||
Reference in New Issue
Block a user