diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-05 11:39:22 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-11 16:04:36 -0500 |
commit | f9aaa8ac13adf841823f35be594641bdc2ebecac (patch) | |
tree | d60ccafbd99d54beb901766329e6f670aedaaff7 /playbooks/byo/openshift-master/restart.yml | |
parent | dea9abfe22864cf10d85d85370b1633ca18060b6 (diff) | |
download | openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.tar.gz openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.tar.bz2 openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.tar.xz openshift-f9aaa8ac13adf841823f35be594641bdc2ebecac.zip |
Update rolling restart playbook for pacemaker support.
Replace fail with a warn and prompt if running ansible from a host that will be rebooted.
Re-organize playbooks.
Diffstat (limited to 'playbooks/byo/openshift-master/restart.yml')
-rw-r--r-- | playbooks/byo/openshift-master/restart.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-master/restart.yml b/playbooks/byo/openshift-master/restart.yml new file mode 100644 index 000000000..a78a6aa3d --- /dev/null +++ b/playbooks/byo/openshift-master/restart.yml @@ -0,0 +1,4 @@ +--- +- include: ../../common/openshift-master/restart.yml + vars_files: + - ../../byo/openshift-cluster/cluster_hosts.yml |