Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fubarhouse/ansible-role-jetbrains-upsource
Installs JetBrains UpSource on Ubuntu/Debian and RedHat/CentOS/REHL systems.
https://github.com/fubarhouse/ansible-role-jetbrains-upsource
ansible jetbrains upsource
Last synced: 4 days ago
JSON representation
Installs JetBrains UpSource on Ubuntu/Debian and RedHat/CentOS/REHL systems.
- Host: GitHub
- URL: https://github.com/fubarhouse/ansible-role-jetbrains-upsource
- Owner: fubarhouse
- License: mit
- Created: 2016-07-09T07:01:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T09:41:22.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T01:10:51.998Z (about 2 months ago)
- Topics: ansible, jetbrains, upsource
- Homepage:
- Size: 226 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: UpSource
[![Build Status](https://img.shields.io/travis/fubarhouse/ansible-role-jetbrains-upsource/master.svg?style=for-the-badge)](https://travis-ci.org/fubarhouse/ansible-role-jetbrains-upsource)
[![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/14001.svg?style=for-the-badge)](https://galaxy.ansible.com/fubarhouse/jetbrains-upsource)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://raw.githubusercontent.com/fubarhouse/ansible-role-upsource/master/LICENSE)* Installs Jetbrains' UpSource on Ubuntu, Debian, CentOS and RedHat!
## Preview
![screenshot](https://raw.githubusercontent.com/fubarhouse/ansible-role-upsource/master/images/login-screen.png)## Requirements
* Java 7 (not included)
## Role Variables
```yaml
# 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
```yaml
- hosts: localhost
roles:
- fubarhouse.jetbrains-upsource
```## License
MIT / BSD
## Author Information
This role was created in 2016 by [Karl Hepworth](https://twitter.com/fubarhouse).