dpalomar.sts

ansible-role-sts

This is an Ansible role that installs and configures the Spring Source Tool Suite (STS) IDE on Ubuntu.

It will download STS and set up the necessary menu links.

Requirements

  • Java JDK 8 or higher

Variables

  • sts_version: version number of STS. Default is 3.8.1.RELEASE.
  • sts_url: official download link from http://spring.io.
  • sts_download_dir: Default is /tmp.
  • sts_install_dir: STS will be installed in /opt by default.
  • sts_file_dist: the full filename of the downloaded file: spring-tool-suite-{{ sts_version }}.tar.gz.

Dependencies

Requires JDK8 from mrlesmithjr.oracle-java8.

Example Playbook

You can use it like this:

- hosts: local
  roles:
    - dpalomar.sts

Installing on Your Computer

To run this on your machine:

$ git clone https://github.com/dpalomar/ansible-role-sts
$ cd ansible-role-sts
$ ansible-galaxy install -r requirements.yml
  • Make sure you have Ansible 2.2 or higher installed.
  • This will also install JDK 8.

License

MIT / BSD

Informazioni sul progetto

SpringSource Tool Suite

Installa
ansible-galaxy install dpalomar.sts
Licenza
mit
Download
88
Proprietario