Ansible role which installs and configures Apache Cassandra.
It has been tested on Ansible 1.5 and above, and depends on the following roles:
- ANXS.oracle-jdk
cassandra_install_method: "package"
...
Please, head over to the defaults/main.yml file, to have a full view on the cassandra configuration options.
At this stage, I highly recommend using the package option, since it comes with a init script, and I haven't found the time to make one for the source installation.
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!