DCD-224: Add installation of the ServiceDesk OBR when specified version is "all" or "servicedesk".

This commit is contained in:
Steve Smith
2019-04-29 15:37:44 +10:00
parent 4d7201fd07
commit e32b439ce2
11 changed files with 154 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ atl_shared_mountpoint: "/media/atl"
atl_home_base: "/var/atlassian/application-data"
atl_product_home: "{{ atl_home_base }}/{{ atl_product_family }}"
atl_product_home_shared: "{{ atl_shared_mountpoint }}/{{ atl_product_family }}/shared"
atl_product_shared_plugins: "{{ atl_product_home_shared }}/plugins/installed-plugins"
atl_installation_base: "/opt/atlassian"
atl_product_installation_base: "{{ atl_installation_base }}/{{ atl_product_edition }}"