Last active
October 10, 2016 15:44
-
-
Save tbielawa/fd1d27db09d4440cd3b36fe303fc3afd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Check cert expirys | |
hosts: all | |
become: yes | |
gather_facts: no | |
vars: | |
openshift_certificate_expiry_save_json_results: yes | |
openshift_certificate_expiry_warning_days: 1500 | |
roles: | |
- role: openshift_certificate_expiry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment