juju4.jira
JIRA Installation Guide
This guide explains how to install JIRA using an Ansible role.
Requirements
- You need Ansible version 1.6 or higher.
Role Variables
Here are the parameters you can configure for JIRA installation:
Name | Default Value | Description |
---|---|---|
jira_version | 7.13.14 | The version of JIRA to install |
jira_archive_sha256sum | 561e2de0b4ecc8411d407706d29aa215107f9cfec9915e941f378850586c909e | The SHA 256 checksum of the JIRA archive |
jira_jvm_minimum_memory | 384m | Minimum memory for JIRA JVM |
jira_jvm_maximum_memory | 768m | Maximum memory for JIRA JVM |
Dependencies
- This role depends on the
geerlingguy.java
role.
Example Playbook
Install JIRA
- hosts: all roles: - { role: juju4.jira }
Install a specific version of JIRA
- hosts: all roles: - { role: juju4.jira, jira_version: 8.5.5, jira_archive_sha256sum: 2928a7a3c2d114308898f62416a4b10a99fa94624adaea8fce8311d70f9ba681 }
Install JIRA with specific JVM memory settings
- hosts: all roles: - { role: juju4.jira, jira_jvm_minimum_memory: 3000m, jira_jvm_maximum_memory: 4096m }
FAQ
For additional features like reverse-proxy and smart host client, check out juju4.jira2.
License
This project is licensed under the BSD license.
Author Information
- Maintainer: Juju4
- Original role creator: Kevin Brebanov (currently deprecated)
Installa
ansible-galaxy install juju4.jira
Licenza
bsd-2-clause
Download
84
Proprietario