rethinkdb_user : "rethinkdb"
rethinkdb_group : "rethinkdb"
rethinkdb_directory : "/var/lib/rethinkdb/default"
rethinkdb_pid : "/var/run/rethinkdb/rethinkdb.pid"
rethinkdb_log : "/var/log/rethinkdb"
rethinkdb_bind : "all"
rethinkdb_http_port : 9090
rethinkdb_machine_name : "{{ inventory_hostname }}"
# Cluster not WORKING YET
rethinkdb_cluster : "false"
# http://www.rethinkdb.com/docs/cluster-on-startup/
rethinkdb_config :
runuser : "{{ rethinkdb_user }}"
rungroup : "{{ rethinkdb_group }}"
pid-file : "{{ rethinkdb_pid }}"
directory : "{{ rethinkdb_directory }}/{{ inventory_hostname }}"
log-file : "{{ rethinkdb_log }}"
bind : "{{ rethinkdb_bind }}"
http-port : "{{ rethinkdb_http_port }}"
machine-name : "{{ rethinkdb_machine_name }}"
-
Notifications
You must be signed in to change notification settings - Fork 0
License
AutomationWithAnsible/ansible-rethinkdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published