An Ansible role that installs scoring_engine on Ubuntu 16.04 and Debian 9
Ansible on the deploying system Python on the remote system
Available variables are listed below, along with default values:
mysql_user: engineuser
mysql_pass: enginepass
- hosts: servers
roles:
- { role: ansible-scoringengine-role, mysql_user: scoring_engine, mysql_pass: scoring_pass }
BSD