redeploy-certificates.yml 798 B

1234567891011121314151617181920212223242526
  1. ---
  2. - include: initialize_groups.yml
  3. tags:
  4. - always
  5. - include: ../../common/openshift-cluster/std_include.yml
  6. tags:
  7. - always
  8. - include: ../../common/openshift-cluster/redeploy-certificates/etcd.yml
  9. - include: ../../common/openshift-cluster/redeploy-certificates/masters.yml
  10. - include: ../../common/openshift-cluster/redeploy-certificates/nodes.yml
  11. - include: ../../common/openshift-etcd/restart.yml
  12. - include: ../../common/openshift-master/restart.yml
  13. - include: ../../common/openshift-node/restart.yml
  14. - include: ../../common/openshift-cluster/redeploy-certificates/router.yml
  15. when: openshift_hosted_manage_router | default(true) | bool
  16. - include: ../../common/openshift-cluster/redeploy-certificates/registry.yml
  17. when: openshift_hosted_manage_registry | default(true) | bool