Skip to content

colstrom/ansible-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-mongodb

MongoDB - document-oriented database

Platforms

Description

"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

Tunables

  • mongodb_user (string) - User to run MongoDB as?
  • mongodb_runtime_root (string) - Directory for runtime data
  • mongodb_pidfile_path (string) - Path for pidfile
  • mongodb_log_root (string) - Directory for logs
  • mongodb_log_path (string) - Path for log file
  • mongodb_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?

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: colstrom.mongodb
       mongodb_server: yes

License

MIT

Contributors

About

Ansible Role for MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •