Files
dc-deployments-automation/roles/jira_config/molecule/default/playbook.yml
2019-04-18 13:38:07 +10:00

17 lines
383 B
YAML

---
- name: Converge
hosts: all
vars:
atl_product_family: "jira"
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
atl_jdbc_user: 'atljira'
atl_jvm_heap: 'PLACEHOLDER'
atl_cluster_node_id: 'FAKEID'
roles:
- role: linux_common
- role: product_common
- role: jira_download
- role: jira_config