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
- Host: GitHub
- URL: https://github.com/deveryware/ansible-role-jira
- Owner: Deveryware
- License: mit
- Created: 2022-12-02T16:00:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T17:05:54.000Z (over 1 year ago)
- Last Synced: 2025-01-09T00:11:46.449Z (over 1 year ago)
- Language: Jinja
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.