Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 830 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 830 Bytes

andrewrothstein.cassandra-cluster

Build Status

Installs and configures a cassandra cluster.

Requirements

See meta/main.yml

Role Variables

See defaults/main.yml

Dependencies

See meta/main.yml

Example Inventory

[cassandra-cluster]
host[1-n].test

Example Playbook

- hosts: cassandra-cluster
  roles:
    - role: andrewrothstein.cassandra
	  cassandra_network_iface: eth0
	  cassandra_seeds:
	    ty: group
		name: cassandra-cluster

License

MIT

Author Information

Andrew Rothstein andrew.rothstein@gmail.com