DCD-1205: Rename playbook.yml -> converge.yml for Molecule v3.

This commit is contained in:
Steve
2021-01-20 11:09:32 +11:00
parent 51fe80cd69
commit 253c5bd8e1
38 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
---
- name: Converge
hosts: all
vars:
atl_product_family: "jira"
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
# dbconfig.xml variables
atl_jdbc_user: 'atljira'
atl_jdbc_password: 'passwords_with_ampersands_&_should_be_escaped'
atl_jvm_heap: 'PLACEHOLDER'
atl_jvm_opts: 'PLACEHOLDER'
atl_cluster_node_id: 'FAKEID'
atl_db_poolminsize: 1111
atl_db_poolmaxsize: 1111
atl_db_minidle: 1111
atl_db_maxidle: 1111
atl_db_maxwaitmillis: 1111
atl_db_minevictableidletimemillis: 1111
atl_db_timebetweenevictionrunsmillis: 1111
atl_db_removeabandoned: 'false'
atl_db_removeabandonedtimeout: 1111
atl_db_testwhileidle: 'false'
atl_db_testonborrow: 'true'
atl_db_engine: 'rds_postgres'
roles:
- role: linux_common
- role: product_common
- role: product_install
- role: jira_config