Skip to content

fubarhouse/ansible-role-jetbrains-youtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: YouTrack

Build Status stability-stable Ansible Galaxy MIT licensed

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

Preview

screenshot

Role Variables

# 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.