summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/restart_services.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use openshift.common.hostname when verifying API port available.Andrew Butcher2017-01-061-7/+5
|
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* 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
* Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-111-0/+27
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.