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

12345678910111213
  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. become: yes
  7. gather_facts: no
  8. vars:
  9. openshift_certificate_expiry_warning_days: 1500
  10. openshift_certificate_expiry_save_json_results: yes
  11. roles:
  12. - role: openshift_certificate_expiry