diff --git a/mongodb-org/tasks/main.yml b/mongodb-org/tasks/main.yml index f5e08022..1b34470b 100644 --- a/mongodb-org/tasks/main.yml +++ b/mongodb-org/tasks/main.yml @@ -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