ansible-role-mongodb
ansible-role-mongodb copied to clipboard
mongodb_logrotate_options not used
Hi, mongodb_logrotate_options does not have any effect. This option is simply not considered, there is not task that uses it.
Those options go into mongodb config file and hence you may find them in the template file.
Try this: https://github.com/UnderGreen/ansible-role-mongodb/search?q=mongodb_logrotate_options&unscoped_q=mongodb_logrotate_options
There is no reference in the repo. I modified the role to also do that.
Yeah there is no usage of logrotate variables in entire code