summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/restart_hosts.yml
Commit message (Collapse)AuthorAgeFilesLines
* openshift-master/restart : use openshift.common.hostname instead of ↵Mark Chappell2016-12-021-1/+1
| | | | | | | inventory_hostname When using a dynamic inventory inventory_hostname isn't guaranteed to be usable. We should use openshift.common.hostname which already copes with this
* Drop pacemaker restart logic.Devan Goodwin2016-10-191-24/+2
| | | | | Pacemaker clusters are no longer supported, and in some cases bugs here were causing upgrade failures.
* Validate pacemaker cluster members.Andrew Butcher2016-01-121-2/+13
|
* Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-111-0/+28
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.