Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -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 Pazdziora | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Default [] | Andrew Butcher | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Configure logrotate on atomic. | Andrew Butcher | 2016-01-27 | 1 | -0/+1 |
| | |||||
* | Remove yum / dnf duplication | Scott Dodson | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Add a role that allows logrotate config editing. | Troy Dawson | 2015-08-27 | 8 | -0/+146 |
This role gets called for each type of machine, but if logrotate_scripts is not set, nothing happens. |