Skip to content

Ansible playbook for deploying Apache Cassandra Cluster (2.0).

Notifications You must be signed in to change notification settings

sacharya/ansible-cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Ansible playbook for deploying a cluster of Apache Cassandra nodes. Currently only supports version 2.0 and with very little configuration options.

Deploy a Cassandra cluster

  • Fill in the inventory file at inventory/hosts with a list of your hosts:
    cat inventory/hosts
    [cassandra]
    10.0.0.1
    10.0.0.2
    10.0.0.3
  • Change any configuration options:
    inventory/group_vars/all
  • Execute the playbook:
    ./build.sh

About

Ansible playbook for deploying Apache Cassandra Cluster (2.0).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages