redeploy-etcd-certificates.yml 746 B

123456789101112131415161718192021222324
  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/check-expiry.yml
  9. vars:
  10. g_check_expiry_hosts: 'oo_etcd_to_config'
  11. - include: ../../common/openshift-cluster/redeploy-certificates/etcd-backup.yml
  12. - include: ../../common/openshift-etcd/certificates.yml
  13. vars:
  14. etcd_certificates_redeploy: true
  15. - include: ../../common/openshift-etcd/restart.yml
  16. vars:
  17. g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}"
  18. - include: ../../common/openshift-master/restart.yml