MongoDB

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Mongodb

As a: UNIX and Linux system administrator

I want to: install MongoDB

So that: manage a NoSQL document-based distributed database.

Using the role

Using the role in a playbook
---
- name: Install mongodb
  hosts: all

  tasks:
    - name: mongodb is configured
      import_role:
        name: crivetimihai.mongodb
      vars:
        mongodb_enable_service: true
      tags: mongodb
# Install the role
ansible-galaxy install crivetimihai.mongodb

# Run the playbook
ansible-playbook mongodb-playbook.yml

Last update: 2020-02-04