new mongodb 2.6 config file
This commit is contained in:
parent
feed2ac442
commit
10d1d837bd
|
@ -42,6 +42,11 @@
|
||||||
when: mongodb_install_conf
|
when: mongodb_install_conf
|
||||||
tags: mongodb
|
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
|
- 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
|
template: src=mongo_log_rotate.sh.j2 dest=/etc/cron.daily/mongo_log_rotate owner=root group=root mode=0555
|
||||||
tags: mongodb
|
tags: mongodb
|
||||||
|
|
Loading…
Reference in New Issue