paulfantom / ansible-mongodb

Provision and manage production ready mongodb cluster

Repository from Github https://github.compaulfantom/ansible-mongodbRepository from Github https://github.compaulfantom/ansible-mongodb

mongodb logo

Ansible Role: mongodb

Build Status License Ansible Role GitHub tag

Provision one- or multi-node mongodb cluster

Mongodb exporter metrics

If mongodb_metrics is true install mongodb_exporter using binary release. Handlers for restart/reload events.

Example usage

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - paulfantom.mongodb

Role Variables

Have a look at the defaults/main.yml for role variables that can be overridden.

About

Provision and manage production ready mongodb cluster

License:MIT License


Languages

Language:Shell 77.6%Language:Python 22.4%