mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
44 lines
989 B
YAML
44 lines
989 B
YAML
---
|
|
|
|
# ansible-playbook -v -i inv/standalone_instances -e atl_db_root_password=XXX -e atl_jdbc_password=XXX jira_software_server.yml
|
|
|
|
- hosts: jira_software
|
|
become: true
|
|
|
|
vars:
|
|
atl_product_family: "jira"
|
|
atl_product_user: "jira"
|
|
atl_product_edition: "jira-software"
|
|
atl_systemd_service_name: "jira.service"
|
|
|
|
atl_db_host: "localhost"
|
|
atl_jdbc_user: "jira"
|
|
atl_jdbc_db_name: "jira"
|
|
|
|
# Set on commandline
|
|
# atl_jdbc_password:
|
|
# atl_db_root_password:
|
|
|
|
atl_jdbc_encoding: 'UNICODE'
|
|
atl_jdbc_collation: 'C'
|
|
atl_jdbc_ctype: 'C'
|
|
atl_jdbc_template: 'template0'
|
|
|
|
atl_product_user: 'jira'
|
|
atl_use_system_jdk: true
|
|
atl_download_format: "tarball"
|
|
|
|
atl_write_tags: false
|
|
|
|
roles:
|
|
- role: linux_common
|
|
- role: aws_common
|
|
- role: postgres_install
|
|
- role: database_init
|
|
- role: product_common
|
|
- role: product_install
|
|
|
|
# - role: restore_backups
|
|
# - role: jira_config
|
|
# - role: product_startup
|