gpkfr / ansible-rethinkdb

Ansible playbook for RethinkDB. Supports single node and cluster configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-rethinkdb

Ansible playbook for RethinkDB.

Supports single node and clustered configurations. Also has support for ssh tunneling, using autossh, between nodes. Works with 32-bit and 64-bit CentOS 6.

Usage Prereqs

  1. You'll need to install Ansible on the machine you deploy from, for installation options see the Ansible Docs.

  2. Create your own inventory file. Examples are included in the inventory_examples folder. If you don't want to use cluster=true, which joins all rethinkdb_serve_hosts with each other, you can setup host_vars for each host stating the rethinkdb_joins manually. I've included an example file in the host_vars directory. See help file for more configuration info.

Usage

ansible-playbook -i your_inventory_file rethinkdb.yml

Other RethinkDB playbooks

About

Ansible playbook for RethinkDB. Supports single node and cluster configurations.


Languages

Language:Shell 100.0%