longer_warning_period.yaml 292 B

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