mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
DCD-1123: Add Jira setup and startup.
This commit is contained in:
@@ -4,9 +4,14 @@ atl_home_base: "/var/atlassian/application-data"
|
||||
atl_product_home: "/home/{{ atl_product_user }}"
|
||||
atl_product_home_shared: "{{ atl_product_home }}"
|
||||
atl_product_home_shared_download_dir: "{{ atl_product_home }}/downloads"
|
||||
atl_product_shared_plugins: "{{ atl_product_home }}/plugins"
|
||||
|
||||
atl_installation_base: "/opt/atlassian"
|
||||
atl_product_installation_base: "{{ atl_installation_base }}/{{ atl_product_edition }}"
|
||||
atl_product_installation_versioned: "{{ atl_product_installation_base }}/{{ atl_product_version }}"
|
||||
atl_product_installation_current: "{{ atl_product_installation_base }}/current"
|
||||
atl_installer_temp: "{{ atl_installation_base }}/tmp"
|
||||
|
||||
atl_db_type: "postgres72"
|
||||
atl_jdbc_url: "jdbc:postgresql://{{ atl_db_host }}/{{ atl_jdbc_db_name }}"
|
||||
atl_db_driver: "org.postgresql.Driver"
|
||||
|
||||
Reference in New Issue
Block a user