Skip to content

Ansible role for installing SBT (Build Tool for Scala)

Notifications You must be signed in to change notification settings

triviadata/ansible-sbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBT

Build Status

Install SBT on Linux host.

Requirements

None.

Role Variables

Variables are listed in defaults/main.yml and desribed below:

  • sbt_yum_repository: URL address for YUM repository
  • sbt_apt_repository: URL address for APT repository
  • sbt_apt_keyserver: keyserver for APT repository
  • sbt_apt_key_id: identifier of the key for APT repository

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - role: triviadata.sbt

License

BSD

Author Information

This role was created in July 2019 by Matus Cuper

About

Ansible role for installing SBT (Build Tool for Scala)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages