DCD-1123: Add confluence server installation playbook.

This commit is contained in:
Steve Smith
2020-10-22 14:10:30 +11:00
parent 05a3b77e07
commit 7485228145
3 changed files with 66 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
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: "{{ atl_product_home }}/shared"
atl_product_home_shared_download_dir: "{{ atl_product_home }}/downloads"
atl_product_shared_plugins: "{{ atl_product_home }}/plugins"
@@ -15,3 +15,6 @@ 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"
atl_java_home: "{{ '/usr/lib/jvm/java' if atl_use_system_jdk else (atl_product_installation_current + '/jre') }}"
atl_java_binary: "{{ atl_java_home }}/bin/java"