summaryrefslogtreecommitdiffstats
path: root/roles/openshift_clock
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Remove meta depends from clockMichael Gugino2017-08-293-10/+12
| | | | This role removes openshift_fact meta depends from clock role.
* 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.
* Add openshift_clock role to manage system clocksJeremiah Stuever2016-05-202-0/+29