longer-warning-period-json-results.yaml 370 B

123456789101112
  1. ---
  2. # Change the expiration warning window to 1500 days (good for testing
  3. # the module out) and save the results as a JSON file:
  4. - name: Check cert expirys
  5. hosts: nodes:masters:etcd
  6. gather_facts: no
  7. vars:
  8. openshift_certificate_expiry_warning_days: 1500
  9. openshift_certificate_expiry_save_json_results: yes
  10. roles:
  11. - role: openshift_certificate_expiry