Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-komodo-ide

Ansible role to set up Komodo IDE in Debian-like systems
https://github.com/oefenweb/ansible-komodo-ide

debian development ide komodo-ide ubuntu

Last synced: about 1 month ago
JSON representation

Ansible role to set up Komodo IDE in Debian-like systems

Awesome Lists containing this project

README

        

## komodo-ide

[![CI](https://github.com/Oefenweb/ansible-komodo-ide/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-komodo-ide/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-komodo--ide-blue.svg)](https://galaxy.ansible.com/Oefenweb/komodo_ide)

Set up [Komodo IDE](http://komodoide.com/) by ActiveState in Debian-like systems.

#### Requirements

* `unzip` (will be installed)

#### Variables

* `komodo_ide_version` [default: `8.5.4`]: Version to install
* `komodo_ide_build` [default: `86985`]: Build to install
* `komodo_ide_install_prefix` [default: `/opt`]: Install prefix

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.komodo-ide
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-komodo-ide/issues)!