MongoDB - document-oriented database
"MongoDB (from humongous) is a document-oriented databases. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster." -- Wikipedia entry for MongoDB
mongodb_user
(string) - User to run MongoDB as?mongodb_runtime_root
(string) - Directory for runtime datamongodb_pidfile_path
(string) - Path for pidfilemongodb_log_root
(string) - Directory for logsmongodb_log_path
(string) - Path for log filemongodb_client
(boolean) - Install MongoDB client?mongodb_server
(boolean) - Install MongoDB server?mongodb_accepts_external_connections
(boolean) - Should MongoDB listen for connections beyond localhost?mongodb_auth_enabled
(boolean) - Require authentication?
- hosts: servers
roles:
- role: colstrom.mongodb
mongodb_server: yes
- Chris Olstrom | e-mail | Twitter
- Aaron Pederson
- Ben Visser
- Kinnan Kwok
- Steven Harradine