Ansible role which installs and configures logrotate
Find a file
Serge van Ginderachter 82d5bd7d16
Add check to deploy config if log exists
Role will now test if a log exist (and hence the application exists
    on the host before writing a logrotate config to the server.
2020-09-17 22:23:16 +02:00
defaults Add check to deploy config if log exists 2020-09-17 22:23:16 +02:00
meta Import github.com/arillso/ansible.logrotate 2020-09-09 16:17:43 +02:00
tasks Add check to deploy config if log exists 2020-09-17 22:23:16 +02:00
templates/etc Add check to deploy config if log exists 2020-09-17 22:23:16 +02:00
vars Import github.com/arillso/ansible.logrotate 2020-09-09 16:17:43 +02:00
LICENSE Initial commit 2020-08-20 22:25:51 -07:00
README.md Add check to deploy config if log exists 2020-09-17 22:23:16 +02:00

ansible-logrotate-plusplus

Ansible role which installs and configures logrotate It can test if paths exist before writing a logrotate config to the server. Load the roles default vars with custom paths and per path parameters, and run the playbook across a dynamic infrastructure and only write logerotate rules to the appropriate system with the correct paths present.

This project was based of https://github.com/arillso/ansible.logrotate 1.5.2 (038649f793)