Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Last active October 10, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbielawa/fd1d27db09d4440cd3b36fe303fc3afd to your computer and use it in GitHub Desktop.
Save tbielawa/fd1d27db09d4440cd3b36fe303fc3afd to your computer and use it in GitHub Desktop.
---
- 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