redeploy-node-certificates.yml 375 B

12345678910111213141516
  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/nodes-backup.yml
  9. - include: ../../common/openshift-node/certificates.yml
  10. vars:
  11. openshift_certificates_redeploy: true
  12. - include: ../../common/openshift-node/restart.yml