ansible-role-mongodb/templates/logrotate.conf.j2

9 lines
203 B
Plaintext
Raw Normal View History

2014-07-10 20:07:35 +04:00
# This file was generated by Ansible for {{ ansible_fqdn }}
# Do NOT modify this file by hand!
2014-12-11 22:09:31 +03:00
{{ mongodb_conf_logpath }} {
{% for option in mongodb_logrotate_options %}
2014-07-10 20:07:35 +04:00
{{ option }}
{% endfor %}
2014-07-10 20:07:35 +04:00
}