Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/intellij
Ansible role which installs IntelliJ - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/intellij
ansible-role intellij java
Last synced: 1 day ago
JSON representation
Ansible role which installs IntelliJ - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/intellij
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-02-08T13:32:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T11:55:00.000Z (3 months ago)
- Last Synced: 2024-08-20T13:54:48.196Z (3 months ago)
- Topics: ansible-role, intellij, java
- Language: Jinja
- Homepage: https://code.europa.eu/ecgalaxy/intellij
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY IntelliJ role
=======================Installs IDEA IntelliJ (Community|Ultimate) - https://www.jetbrains.com/idea/
Requirements
------------- The `unzip` command, which can be provided by the `ecgalaxy.common_packages` role.
Role Variables
--------------- `intellij_version`: IntelliJ version to install
- `intellij_edition`: (community|ultimate)
- `intellij_package_checksum`: the checksum related to the IntelliJ archive.The value can be retrieved by appending `.sha256` to the archive's URL, e.g.:
https://download.jetbrains.com/idea/ideaIC-2022.2.1.tar.gz.sha256Dependencies
------------* optional: ecgalaxy.common_packages
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.intellijLicense
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------ECGALAXY team.
NOTE: This role is based on [original work by John Freeman](https://github.com/gantsign/ansible-role-intellij).