The best knowledge base on Apache Cassandra®

Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.

11/14/2019

Reading time:N/A min

apkan/vagrant-cassandra-ansible

by John Doe

Required tools set:VirtualboxVagrantExecution steps:Output:Ansible playbook will execute a set of tasks and eventually a Cassandra cluster status will be displayed.Directory structure└── cassandra-cluster ├── handlers │ └── main.yml ├── tasks │ └── main.yml ├── templates │ ├── cassandra.sh │ └── cassandra.yaml.j2 └── vars └── main.yml

Required tools set:

  • Virtualbox
  • Vagrant

Execution steps:

Output:

Ansible playbook will execute a set of tasks and eventually a Cassandra cluster status will be displayed.

Directory structure

└── cassandra-cluster
    ├── handlers
    │   └── main.yml
    ├── tasks
    │   └── main.yml
    ├── templates
    │   ├── cassandra.sh
    │   └── cassandra.yaml.j2
    └── vars
        └── main.yml