This ansible role will install scancode-toolkit.
Python 2.7.
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
None included in the role.
- hosts: servers
roles:
- { role: ansible_role-scancode-toolkit }
MIT
Jake Remitz