Skip to content

lifeofguenter/ansible-role-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lifeofguenter.mongodb

An Ansible role that installs and configures the community edition of MongoDB on Debian-like systems.

Requirements

none

Role Variables

Available variables are listed below, along with default values:

mongodb_version: '5.0'

Dependencies

none

Example Playbook

- hosts: webservers
  roles:
    - { role: lifeofguenter.mongodb }

License

MIT, see the LICENSE file for details.

Author Information

Günter Grodotzki