sts

ansible-role-sts

An ansible role that installs an configures an Spring Source Tool Suite IDE in Ubuntu

It will download STS, and create the needed menu links.

Requirements

  • Java JDK 8+

Variables

  • sts_version: number version of product. By default: 3.8.1.RELEASE
  • sts_url: official download url from http://spring.io
  • sts_download_dir: /tmp by default
  • sts_install_dir: By default STS will be installed in /opt
  • sts_file_dist: the complete final name of artifact: spring-tool-suite-{{ sts_version }}.tar.gz

Dependencies

JDK8 mrlesmithjr.oracle-java8

Example Playbook

You can use it like:

- hosts: local
  roles:
    - dpalomar.sts

Install in your computer

If you just want to run this in your machine, you can:

$ git clone https://github.com/dpalomar/ansible-role-sts
$ cd ansible-role-sts
$ ansible-galaxy install -r requirements.yml
  • You'll need Ansible 2.2+ installed;
  • Running this will also install JDK 8.

License

MIT / BSD

Install
ansible-galaxy install dpalomar/ansible-role-sts
GitHub repository
License
mit
Downloads
75