/ansible-role-mongodb

Sandbox to play with custom role with tests and CI

Primary LanguagePython

Ansible Role Mongodb

Role to setup mongodb

Getting Started

  1. Install ansible requirements
    virtualenv .venv
    source .venv/bin/activate
    pip install -r requirements.txt

Test

  1. Install vargrant plugin to run molecule

    vagrant plugin install vagrant-vbguest
  2. Run tests

    molecule test