longer_warning_period.yaml 278 B

1234567891011
  1. ---
  2. # Change the expiration warning window to 1500 days (good for testing
  3. # the module out):
  4. - name: Check cert expirys
  5. hosts: nodes:masters:etcd
  6. gather_facts: no
  7. vars:
  8. openshift_certificate_expiry_warning_days: 1500
  9. roles:
  10. - role: openshift_certificate_expiry