html_and_json_default_paths.yaml 311 B

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