From 10d1d837bd028897cc8532e950b734cec79885ee Mon Sep 17 00:00:00 2001 From: "tommaso.piccioli" Date: Tue, 13 Oct 2015 15:20:02 +0200 Subject: [PATCH] new mongodb 2.6 config file --- mongodb-org/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mongodb-org/tasks/main.yml b/mongodb-org/tasks/main.yml index f5e0802..1b34470 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