redeploy-certificates.yml 619 B

1234567891011121314151617181920
  1. ---
  2. - include: ../../common/openshift-cluster/std_include.yml
  3. tags:
  4. - always
  5. - include: ../../common/openshift-cluster/redeploy-certificates/etcd.yml
  6. - include: ../../common/openshift-cluster/redeploy-certificates/masters.yml
  7. - include: ../../common/openshift-cluster/redeploy-certificates/nodes.yml
  8. - include: ../../common/openshift-etcd/restart.yml
  9. - include: ../../common/openshift-master/restart.yml
  10. - include: ../../common/openshift-node/restart.yml
  11. - include: ../../common/openshift-cluster/redeploy-certificates/router.yml
  12. - include: ../../common/openshift-cluster/redeploy-certificates/registry.yml