Installs IDEA IntelliJ (Community|Ultimate) - https://www.jetbrains.com/idea/
- The
unzip
command, which can be provided by theecgalaxy.common_packages
role.
intellij_version
: IntelliJ version to installintellij_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.sha256
- optional: ecgalaxy.common_packages
- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.intellij
Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
ECGALAXY team.
NOTE: This role is based on original work by John Freeman.