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: "/home/{{ atl_product_user }}"
|
||||||
atl_product_home_shared: "{{ atl_product_home }}"
|
atl_product_home_shared: "{{ atl_product_home }}"
|
||||||
atl_product_home_shared_download_dir: "{{ atl_product_home }}/downloads"
|
atl_product_home_shared_download_dir: "{{ atl_product_home }}/downloads"
|
||||||
|
atl_product_shared_plugins: "{{ atl_product_home }}/plugins"
|
||||||
|
|
||||||
atl_installation_base: "/opt/atlassian"
|
atl_installation_base: "/opt/atlassian"
|
||||||
atl_product_installation_base: "{{ atl_installation_base }}/{{ atl_product_edition }}"
|
atl_product_installation_base: "{{ atl_installation_base }}/{{ atl_product_edition }}"
|
||||||
atl_product_installation_versioned: "{{ atl_product_installation_base }}/{{ atl_product_version }}"
|
atl_product_installation_versioned: "{{ atl_product_installation_base }}/{{ atl_product_version }}"
|
||||||
atl_product_installation_current: "{{ atl_product_installation_base }}/current"
|
atl_product_installation_current: "{{ atl_product_installation_base }}/current"
|
||||||
atl_installer_temp: "{{ atl_installation_base }}/tmp"
|
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"
|
||||||
|
|||||||
@@ -6,15 +6,16 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
atl_proxy_name: "jira-software-before.deplops.com"
|
||||||
|
|
||||||
atl_product_family: "jira"
|
atl_product_family: "jira"
|
||||||
atl_product_user: "jira"
|
atl_product_user: "jira"
|
||||||
atl_product_edition: "jira-software"
|
atl_product_edition: "jira-software"
|
||||||
atl_systemd_service_name: "jira.service"
|
atl_product_version: "8.13.0"
|
||||||
|
|
||||||
atl_db_host: "localhost"
|
atl_db_host: "localhost"
|
||||||
atl_jdbc_user: "jira"
|
atl_jdbc_user: "jira"
|
||||||
atl_jdbc_db_name: "jira"
|
atl_jdbc_db_name: "jira"
|
||||||
|
|
||||||
# Set on commandline
|
# Set on commandline
|
||||||
# atl_jdbc_password:
|
# atl_jdbc_password:
|
||||||
# atl_db_root_password:
|
# atl_db_root_password:
|
||||||
@@ -24,11 +25,12 @@
|
|||||||
atl_jdbc_ctype: 'C'
|
atl_jdbc_ctype: 'C'
|
||||||
atl_jdbc_template: 'template0'
|
atl_jdbc_template: 'template0'
|
||||||
|
|
||||||
atl_product_user: 'jira'
|
|
||||||
atl_use_system_jdk: true
|
atl_use_system_jdk: true
|
||||||
atl_download_format: "tarball"
|
atl_download_format: "tarball"
|
||||||
|
atl_systemd_service_name: "jira.service"
|
||||||
|
|
||||||
atl_write_tags: false
|
atl_write_tags: false
|
||||||
|
atl_enable_clustering: false
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
@@ -37,7 +39,5 @@
|
|||||||
- role: database_init
|
- role: database_init
|
||||||
- role: product_common
|
- role: product_common
|
||||||
- role: product_install
|
- role: product_install
|
||||||
|
- role: jira_config
|
||||||
# - role: restore_backups
|
- role: product_startup
|
||||||
# - role: jira_config
|
|
||||||
# - role: product_startup
|
|
||||||
|
|||||||
Reference in New Issue
Block a user