summaryrefslogtreecommitdiffstats
path: root/roles/openshift_certificate_expiry/defaults/main.yml
blob: 6d7b192981f42778ffcdfbc646a73e8728ecf232 (plain)
1
2
3
4
5
6
7
8
---
openshift_certificate_expiry_config_base: "/etc/origin"
openshift_certificate_expiry_warning_days: 30
openshift_certificate_expiry_show_all: no
openshift_certificate_expiry_generate_html_report: no
openshift_certificate_expiry_html_report_path: "/tmp/cert-expiry-report.html"
openshift_certificate_expiry_save_json_results: no
openshift_certificate_expiry_json_results_path: "/tmp/cert-expiry-report.json"