main.yml 410 B

12345678
  1. ---
  2. openshift_certificate_expiry_config_base: "/etc/origin"
  3. openshift_certificate_expiry_warning_days: 30
  4. openshift_certificate_expiry_show_all: no
  5. openshift_certificate_expiry_generate_html_report: no
  6. openshift_certificate_expiry_html_report_path: "/tmp/cert-expiry-report.html"
  7. openshift_certificate_expiry_save_json_results: no
  8. openshift_certificate_expiry_json_results_path: "/tmp/cert-expiry-report.json"