Installs Spark as Mesos framework by installing Mesos on each host.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
roles:
- { role: ansible-mesos-spark, mesos_master: 192.168.112.5 }
BSD