StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Add pymongo, a dep of mongodb_user ansible module #205

Closed cognifloyd closed 6 years ago

cognifloyd commented 6 years ago

This adds a stub tasks file for adding auth to mongo. Currently, it is not imported/included anywhere. We'll only include/import this once we're satisfied that it is complete and ready to use. The only task in this stub file so far is adding pymongo, a dep of the mongodb_user ansible module.

Ansible docs mention (in the comment to an example near the end) that pymongo 2.5+ is supported, so system level packages work for all platforms.