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

https://github.com/fubarhouse/ansible-role-jetbrains-youtrack

Install YouTrack!
https://github.com/fubarhouse/ansible-role-jetbrains-youtrack

ansible jetbrains youtrack

Last synced: 19 days ago
JSON representation

Install YouTrack!

Awesome Lists containing this project

README

          

# Ansible Role: YouTrack

[![Build Status](https://img.shields.io/travis/fubarhouse/ansible-role-jetbrains-youtrack/master.svg?style=for-the-badge)](https://travis-ci.org/fubarhouse/ansible-role-jetbrains-youtrack)
[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg?style=for-the-badge)](https://github.com/orangemug/stability-badges)
[![Ansible Galaxy](https://img.shields.io/ansible/role/14002.svg?style=for-the-badge)](https://galaxy.ansible.com/fubarhouse/jetbrains-youtrack)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://raw.githubusercontent.com/fubarhouse/ansible-role-youtrack/master/LICENSE)

* Installs Jetbrains' YouTrack on Ubuntu, Debian, CentOS and RedHat!

## Preview
![screenshot](https://raw.githubusercontent.com/fubarhouse/ansible-role-youtrack/master/images/login-screen.png)

## Role Variables

```yaml
# Version of YouTrack to use
youtrack_version: 2017.4
# Build number of the version to use
youtrack_build: 38399
# Installation path
youtrack_install_dir: /usr/local/youtrack
# Port to configure for use.
youtrack_port: 8114
# YouTrack URL
youtrack_domain: http://localhost
```

## Dependencies

None, but it requires Java to be installed properly as YouTrack is a Java application.

## Installation

* Add the role to your playbook.
* Modify above variables as desired.
* Run your playbook, or `playbook.yml` from the tests folder.

## License

MIT / BSD

## Author Information

This role was created in 2016 by [Karl Hepworth](https://twitter.com/fubarhouse).