JRemitz / ansible_role-scancode-toolkit

This ansible role will install nexB/scancode-toolkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible_role-scancode-toolkit

Build Status

This ansible role will install scancode-toolkit.

Requirements

Python 2.7.

Role Variables

See /defaults/main.yml for all variables.

Directory to install scancode.

    scancode_tk_install_dir: /opt

Executable path

    scancode_tk_bin_path: /usr/sbin/scancode

Latest version to install

    scancode_tk_version: 2.2.1

Owner of scancode

    scancode_tk_owner: root

Group of scancode installation

    scancode_tk_group: root

Dependencies

None included in the role.

Example Playbook

- hosts: servers
  roles:
     - { role: ansible_role-scancode-toolkit }

License

MIT

Author Information

Jake Remitz

About

This ansible role will install nexB/scancode-toolkit.

License:MIT License