DCD-1123: Add Jira setup and startup.

This commit is contained in:
Steve Smith
2020-10-22 11:49:28 +11:00
parent a262973a47
commit b55dbca2d7
2 changed files with 12 additions and 7 deletions

View File

@@ -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"