We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The role maintenance_10_linux has a hard-coded value of 16 MB for the maximum log file size that is allowed.
maintenance_10_linux
ansible-collection-maintenance/roles/maintenance_10_linux/tasks/main.yml
Line 75 in f9e7ee7
Line 114 in f9e7ee7
In many cases the logs are correctly rotated based on their age but the compressed logs are still larger than 16M.
My suggestion would be to add an additional parameter like linux_large_logfiles_maxsize with a default value of 16M.
linux_large_logfiles_maxsize
The text was updated successfully, but these errors were encountered:
Sounds good, would you mind creating a PR?
Sorry, something went wrong.
adf-patrickha
No branches or pull requests
The role
maintenance_10_linux
has a hard-coded value of 16 MB for the maximum log file size that is allowed.ansible-collection-maintenance/roles/maintenance_10_linux/tasks/main.yml
Line 75 in f9e7ee7
ansible-collection-maintenance/roles/maintenance_10_linux/tasks/main.yml
Line 114 in f9e7ee7
In many cases the logs are correctly rotated based on their age but the compressed logs are still larger than 16M.
My suggestion would be to add an additional parameter like
linux_large_logfiles_maxsize
with a default value of 16M.The text was updated successfully, but these errors were encountered: