fits

Ansible Role: FITS

GitHub Build Status Galaxy Ansible Ansible

An Ansible role that installs FITS on:

  • Centos/RHEL 7.x
  • Ubuntu Xenial

Role Variables

Available variables are listed below, along with default values:

Version of FITS to install:

fits_version: 1.1.1

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: tomcat
fits_group: tomcat

Dependencies

  • nycrecords.java

Example Playbook

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

License

MIT

About

Ansible Galaxy role for installing FITS

Install
ansible-galaxy install nycrecords/ansible-role-fits
GitHub repository
License
mit
Downloads
18
Owner