Skip to content

roblib/ansible-role-fits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: FITS

An Ansible role that installs FITS on:

  • Centos/RHEL 7.x
  • Ubuntu Xenial

Role Variables

Available variables are listed below, along with default values:

Where to download to:

fits_download_dir: /usr/local/src

Version of FITS to install:

fits_version: 1.1.1

Version of FITS Web service to install:

fits_ws_version: 1.1.3

Where to install FITS:

fits_install_root: /opt

What to call the symlink created from above directory:

fits_install_symlink: /opt/fits

User/group to install as:

fits_user: tomcat8
fits_group: tomcat8

Install the FITS web service in Tomcat

fits_ws: yes

Dependencies

  • Tomcat

Example Playbook

- hosts: webservers
  roles:
    - { role: islandora.fits }

License

MIT

About

Ansible Galaxy role for installing FITS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published