This Ansible role installs and configures Atlassian Jira (Official website: https://www.atlassian.com/jira).
- Java 8
- Postgresql 12
You can set java extra args with the jira_java_extra_args
variable. As an example:
jira_java_extra_args: '-Dhttps.proxyHost=proxy.company.com -Dhttps.proxyPort=3128'
## SystemD variables
You can add Environment variables to the systemd daemon like this:
jira_env_vars:
- key: 'HTTP_PROXY'
value: 'http://company.com:3128'
- key: 'NO_PROXY'
value: 'localhost'
MIT
This role was created in 2022 by Olivier Locard on the behalf of Deveryware.