dpalomar.sts
ansible-role-sts
Rola Ansible, która instaluje i konfiguruje IDE Spring Source Tool Suite w Ubuntu.
Pobierze STS i utworzy wymagane linki w menu.
Wymagania
- Java JDK 8+
Zmienne
- sts_version: numer wersji produktu. Domyślnie: 3.8.1.RELEASE
- sts_url: oficjalny adres do pobrania z http://spring.io
- sts_download_dir: /tmp domyślnie
- sts_install_dir: Domyślnie STS będzie zainstalowane w /opt
- sts_file_dist: pełna nazwa pliku artefaktu:
spring-tool-suite-{{ sts_version }}.tar.gz
Zależności
Przykład Playbooka
Możesz użyć tego w następujący sposób:
- hosts: local
roles:
- dpalomar.sts
Instalacja na Twoim komputerze
Jeśli chcesz to uruchomić na swoim komputerze, możesz:
$ git clone https://github.com/dpalomar/ansible-role-sts
$ cd ansible-role-sts
$ ansible-galaxy install -r requirements.yml
- Będziesz potrzebować zainstalowanego Ansible 2.2+;
- Uruchomienie tego polecenia zainstaluje również JDK 8.
Licencja
MIT / BSD
Zainstaluj
ansible-galaxy install dpalomar.sts
Licencja
mit
Pobrania
88
Właściciel