redeploy-certificates.yml 919 B

1234567891011121314151617181920212223242526
  1. ---
  2. - include: init/main.yml
  3. - include: openshift-etcd/private/redeploy-certificates.yml
  4. - include: openshift-master/private/redeploy-certificates.yml
  5. - include: openshift-node/private/redeploy-certificates.yml
  6. - include: openshift-etcd/private/restart.yml
  7. vars:
  8. g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}"
  9. - include: openshift-master/private/restart.yml
  10. - include: openshift-node/private/restart.yml
  11. - include: openshift-hosted/private/redeploy-router-certificates.yml
  12. when: openshift_hosted_manage_router | default(true) | bool
  13. - include: openshift-hosted/private/redeploy-registry-certificates.yml
  14. when: openshift_hosted_manage_registry | default(true) | bool
  15. - include: openshift-master/private/revert-client-ca.yml
  16. - include: openshift-master/private/restart.yml