summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-master/restart.yml
Commit message (Collapse)AuthorAgeFilesLines
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Perform master upgrades in a single play serially.Devan Goodwin2017-01-181-1/+11
|
* Validate system restart policy during pre-upgrade.Devan Goodwin2017-01-181-0/+2
| | | | | | | | | | This was done far into the process potentially leaving the user in a difficult situation if they had now considered they were running the upgrade playbook on a host that would be restarted. Instead check configuration and what host we're running on in pre-upgrade and allow the user to abort before making any substantial changes. This is a step towards merging master upgrade into one serial process.
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Remove vars_files on play includes for byo, scaleup and restart playbooks.Andrew Butcher2016-05-051-2/+16
|
* Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-111-0/+4
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.