Ansible role to install "ARA" on your system. Clone this repo & run Playbook.yml. That's it!
None
ara_webserver_port : Port to be used for ARA
None
Here's a sample playbook code that you can use to call your "ARA" role.
- hosts: localhost
roles:
- ARA
Ajinkya