html_and_json_default_paths.yaml 325 B

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