Skip to content

Instantly share code, notes, and snippets.

@VinayKumarKnol
Last active August 20, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VinayKumarKnol/f6cc6ba42d8cc1d7c9deadf34f1751fb to your computer and use it in GitHub Desktop.
Save VinayKumarKnol/f6cc6ba42d8cc1d7c9deadf34f1751fb to your computer and use it in GitHub Desktop.
for log rotation configuration through ansible
{% for log_location in locations %}
{{ log_location }}{
{{ period }}
rotate {{ rotate_count }}
size {{ size_threshold }}
compress
copytruncate
missingok
}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment