mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-02 17:23:12 -06:00
DCD-1123: Add start of Jira Software Server standalone installation.
This commit is contained in:
3
inv/standalone_instances
Normal file
3
inv/standalone_instances
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[jira_software]
|
||||||
|
jira-software-before.deplops.com ansible_user=ec2-user
|
||||||
|
|
||||||
27
jira_software_server.yml
Normal file
27
jira_software_server.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
- hosts: jira_software
|
||||||
|
become: true
|
||||||
|
|
||||||
|
vars:
|
||||||
|
atl_jdbc_encoding: 'UNICODE'
|
||||||
|
atl_jdbc_collation: 'C'
|
||||||
|
atl_jdbc_ctype: 'C'
|
||||||
|
atl_jdbc_template: 'template0'
|
||||||
|
|
||||||
|
atl_product_user: 'jira'
|
||||||
|
|
||||||
|
atl_write_tags: false
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: linux_common
|
||||||
|
- role: aws_common
|
||||||
|
|
||||||
|
# - role: aws_shared_fs_config
|
||||||
|
# - role: product_common
|
||||||
|
# - role: product_install
|
||||||
|
# tags: [skip_on_stack_update]
|
||||||
|
# - role: database_init
|
||||||
|
# tags: [skip_on_stack_update]
|
||||||
|
# - role: restore_backups
|
||||||
|
# - role: jira_config
|
||||||
|
# - role: product_startup
|
||||||
Reference in New Issue
Block a user