html_and_json_default_paths.yaml 292 B

12345678910
  1. ---
  2. # Generate HTML and JSON artifacts in their default paths:
  3. - name: Check cert expirys
  4. hosts: nodes:masters:etcd
  5. vars:
  6. openshift_certificate_expiry_generate_html_report: yes
  7. openshift_certificate_expiry_save_json_results: yes
  8. roles:
  9. - role: openshift_certificate_expiry