DCD-1123: Add nginx server for standalones.

This commit is contained in:
Steve Smith
2020-10-22 12:25:00 +11:00
parent b55dbca2d7
commit 845cced6bb
6 changed files with 64 additions and 1 deletions

View File

@@ -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