Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtanaka/ansible-role-intellij
Ansible role to install IntelliJ IDEA
https://github.com/wtanaka/ansible-role-intellij
ansible ansible-galaxy ansible-playbook ansible-playbooks ansible-role ansible-roles galaxy intellij intellij-idea
Last synced: 13 days ago
JSON representation
Ansible role to install IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-intellij
- Owner: wtanaka
- Created: 2017-05-18T08:10:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T01:12:35.000Z (over 4 years ago)
- Last Synced: 2024-11-22T21:49:51.603Z (2 months ago)
- Topics: ansible, ansible-galaxy, ansible-playbook, ansible-playbooks, ansible-role, ansible-roles, galaxy, intellij, intellij-idea
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wtanaka/ansible-role-intellij.svg?branch=master)](https://travis-ci.org/wtanaka/ansible-role-intellij)
[![CircleCI](https://circleci.com/gh/wtanaka/ansible-role-intellij.svg?style=svg)](https://circleci.com/gh/wtanaka/ansible-role-intellij)wtanaka.intellij
================Installs IntelliJ IDEA
Example Playbook
----------------- hosts: servers
roles:
- wtanaka.intellijInstall a specific version
- hosts: servers
roles:
- role: wtanaka.intellij
intellij_version: "2017.1.3"
intellij_include_jdk: FalseThe full set of configuration options available are visible in
[defaults/main.yml](defaults/main.yml)### `intellij_install_dir`
Directory to install IntelliJ IDEA in, like `/opt/intellij`
### `intellij_version`
Version, like `2017.1.3`
### `intellij_include_jdk`
boolean, true to download the package with the JDK, or false to
download the package without the JDKLicense
-------GPLv2
Author Information
------------------http://wtanaka.com/