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"

View File

@@ -6,15 +6,16 @@
become: true
vars:
atl_proxy_name: "jira-software-before.deplops.com"
atl_product_family: "jira"
atl_product_user: "jira"
atl_product_edition: "jira-software"
atl_systemd_service_name: "jira.service"
atl_product_version: "8.13.0"
atl_db_host: "localhost"
atl_jdbc_user: "jira"
atl_jdbc_db_name: "jira"
# Set on commandline
# atl_jdbc_password:
# atl_db_root_password:
@@ -24,11 +25,12 @@
atl_jdbc_ctype: 'C'
atl_jdbc_template: 'template0'
atl_product_user: 'jira'
atl_use_system_jdk: true
atl_download_format: "tarball"
atl_systemd_service_name: "jira.service"
atl_write_tags: false
atl_enable_clustering: false
roles:
- role: linux_common
@@ -37,7 +39,5 @@
- role: database_init
- role: product_common
- role: product_install
# - role: restore_backups
# - role: jira_config
# - role: product_startup
- role: jira_config
- role: product_startup