redeploy-certificates.yml 575 B

123456789101112131415161718
  1. ---
  2. - name: Check cert expirys
  3. hosts: oo_etcd_to_config
  4. vars:
  5. openshift_certificate_expiry_show_all: yes
  6. roles:
  7. # Sets 'check_results' per host which contains health status for
  8. # etcd, master and node certificates. We will use 'check_results'
  9. # to determine if any certificates were expired prior to running
  10. # this playbook. Service restarts will be skipped if any
  11. # certificates were previously expired.
  12. - role: openshift_certificate_expiry
  13. - include: certificates-backup.yml
  14. - include: certificates.yml
  15. vars:
  16. etcd_certificates_redeploy: true