An open API service indexing awesome lists of open source software.

https://github.com/deveryware/ansible-role-jira

Ansible Role for Atlassian Jira Installation
https://github.com/deveryware/ansible-role-jira

Last synced: 3 months ago
JSON representation

Ansible Role for Atlassian Jira Installation

Awesome Lists containing this project

README

          

# ansible-role-jira
This Ansible role installs and configures Atlassian Jira (Official website: https://www.atlassian.com/jira).

## Prerequisites

* Java 8
* Postgresql 12

## Java extra args

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'

## License

MIT

## Author Information

This role was created in 2022 by Olivier Locard on the behalf of Deveryware.