diff options
Diffstat (limited to 'playbooks/byo/openshift-cluster/redeploy-node-certificates.yml')
-rw-r--r-- | playbooks/byo/openshift-cluster/redeploy-node-certificates.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/redeploy-node-certificates.yml b/playbooks/byo/openshift-cluster/redeploy-node-certificates.yml new file mode 100644 index 000000000..1695111d0 --- /dev/null +++ b/playbooks/byo/openshift-cluster/redeploy-node-certificates.yml @@ -0,0 +1,8 @@ +--- +- include: ../../common/openshift-cluster/std_include.yml + tags: + - always + +- include: ../../common/openshift-cluster/redeploy-certificates/nodes.yml + +- include: ../../common/openshift-node/restart.yml |