summaryrefslogtreecommitdiffstats
path: root/roles/nickhammond.logrotate
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-271-1/+1
|
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Default []Andrew Butcher2016-10-151-1/+1
|
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Configure logrotate on atomic.Andrew Butcher2016-01-271-0/+1
|
* Remove yum / dnf duplicationScott Dodson2015-12-091-1/+1
|
* Add a role that allows logrotate config editing.Troy Dawson2015-08-278-0/+146
This role gets called for each type of machine, but if logrotate_scripts is not set, nothing happens.