new mongodb 2.6 config file

This commit is contained in:
Tommaso Piccioli 2015-10-13 15:20:02 +02:00
parent feed2ac442
commit 10d1d837bd
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@
when: mongodb_install_conf
tags: mongodb
- name: Install the mongodb 2.6 configuration
template: src=mongod-2.6.conf.j2 dest=/etc/mongod.conf owner=root group=root mode=0444
when: mongodb_install_conf
tags: mongodb
- name: Install the cron job that manages log files rotation
template: src=mongo_log_rotate.sh.j2 dest=/etc/cron.daily/mongo_log_rotate owner=root group=root mode=0555
tags: mongodb