mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-24 20:19:25 +00:00
10 lines
268 B
YAML
10 lines
268 B
YAML
---
|
|
|
|
- name: Configure mongodb
|
|
template: src=mongod.conf.j2 dest=/etc/mongod.conf owner=root group=root mode=0644
|
|
notify: mongodb reload
|
|
|
|
- name: Configure log rotation
|
|
template: src=logrotate.conf.j2 dest=/etc/logrotate.d/mongodb.conf
|
|
when: mongodb_logrotate
|