mongodb: install python-pymongo for monitoring

Backport from commit 0858f53b2a70718d8b1f4567a4348c3e9b5c4faf
This commit is contained in:
Jérémy Lecour 2018-01-20 19:33:18 +01:00
parent 141da62b9f
commit ad80bc9ff7
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,11 @@
name: mongodb-org
state: installed
- name: install dependency for monitoring
apt:
name: python-pymongo
state: installed
- name: Custom configuration
template:
src: mongod_jessie.conf.j2

View File

@ -8,6 +8,11 @@
- mongodb
- mongo-tools
- name: install dependency for monitoring
apt:
name: python-pymongo
state: installed
- name: Custom configuration
template:
src: mongodb_stretch.conf.j2