- ---
- # Change the expiration warning window to 1500 days (good for testing
- # the module out):
- - name: Check cert expirys
- hosts: nodes:masters:etcd
- gather_facts: no
- vars:
- openshift_certificate_expiry_warning_days: 1500
- roles:
- - role: openshift_certificate_expiry
|