mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
DCD-1123: Add nginx server for standalones.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
atl_product_user: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_product_version: "8.13.0"
|
||||
atl_enable_clustering: false
|
||||
|
||||
atl_db_host: "localhost"
|
||||
atl_jdbc_user: "jira"
|
||||
@@ -25,12 +26,15 @@
|
||||
atl_jdbc_ctype: 'C'
|
||||
atl_jdbc_template: 'template0'
|
||||
|
||||
atl_jvm_heap: "12288m"
|
||||
atl_use_system_jdk: true
|
||||
atl_download_format: "tarball"
|
||||
atl_systemd_service_name: "jira.service"
|
||||
|
||||
atl_write_tags: false
|
||||
atl_enable_clustering: false
|
||||
|
||||
atl_proxy_map:
|
||||
"": "http://localhost:8080"
|
||||
|
||||
roles:
|
||||
- role: linux_common
|
||||
@@ -41,3 +45,4 @@
|
||||
- role: product_install
|
||||
- role: jira_config
|
||||
- role: product_startup
|
||||
- role: nginx
|
||||
|
||||
Reference in New Issue
Block a user