Skip to content

jprichardson/ansible-rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible / rethinkdb

Ansible playbook to setup a RethinkDB with a master and slave.

Usage

Create an inventory file with the servers that you want to Node.js on or use $ANSIBLE_HOSTS.

if connecting with root:

ansible-playbook -i inventory-file -u root main.yml

if sudoing:

ansible-playbook -i inventory-file -K main.yml

Ansible

Not sure what Ansible is? Read the getting started here: http://procbits.com/2013/09/08/getting-started-with-ansible-digital-ocean

RethinkDB

Read docs here: http://www.rethinkdb.com/docs/

Todo

  • make OS agnostic
  • different types (single master, multiple slaves, etc) of configurations

Other RethinkDB playbooks

License

MIT/X11, Copyright 2013, JP Richardson

About

Ansible playbook to setup a RethinkDB.

Resources

Stars

Watchers

Forks

Packages

No packages published