main.yml 593 B

123456789
  1. ---
  2. openshift_certificate_expiry_config_base: "/etc/origin"
  3. openshift_certificate_expiry_warning_days: 365
  4. openshift_certificate_expiry_show_all: no
  5. openshift_certificate_expiry_generate_html_report: no
  6. openshift_certificate_expiry_html_report_path: "{{ lookup('env', 'HOME') }}/cert-expiry-report.{{ ansible_date_time.iso8601_basic_short }}.html"
  7. openshift_certificate_expiry_save_json_results: no
  8. openshift_certificate_expiry_json_results_path: "{{ lookup('env', 'HOME') }}/cert-expiry-report.{{ ansible_date_time.iso8601_basic_short }}.json"
  9. openshift_certificate_expiry_fail_on_warn: True