/ansible-role-jetbrains-upsource

Installs JetBrains UpSource on Ubuntu/Debian and RedHat/CentOS/REHL systems.

MIT LicenseMIT

Ansible Role: UpSource

Build Status stability-stable Ansible Galaxy MIT licensed

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

Preview

screenshot

Requirements

  • Java 7 (not included)

Role Variables

# Remove the existing file system before starting
upsource_fresh_install: false
# Installation directory
upsource_install_dir: /opt/upsource
# Installation domain
upsource_domain: localhost
# Installation port
upsource_port: 3000
# Installation version
upsource_version: 2017.3.2593

Dependencies

Dependencies are checked off as the role installs.

Installation

  • Add the role to your playbook.
  • Modify above variables as desired.

Example Playbook

- hosts: localhost
  roles:
    - fubarhouse.jetbrains-upsource

License

MIT / BSD

Author Information

This role was created in 2016 by Karl Hepworth.