mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Add missing jira specific vars to ZDU play
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
serial: 1
|
||||
any_errors_fatal: true
|
||||
vars_files: group_vars/aws_node_local.yml
|
||||
vars:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
atl_product_family: "jira"
|
||||
atl_product_user: "jira"
|
||||
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||
atl_install_jsd_as_obr: "{{ lookup('env', 'ATL_JSD_ASOBR') }}"
|
||||
atl_systemd_service_name: "jira.service"
|
||||
roles:
|
||||
- role: aws_common
|
||||
- role: product_common
|
||||
|
||||
Reference in New Issue
Block a user