easy-mode.yaml 505 B

123456789101112131415161718
  1. ---
  2. # This example playbook is great if you're just wanting to try the
  3. # role out.
  4. #
  5. # This example enables HTML and JSON reports
  6. #
  7. # All certificates (healthy or not) are included in the results
  8. - name: Check cert expirys
  9. hosts: nodes:masters:etcd
  10. become: yes
  11. gather_facts: no
  12. vars:
  13. openshift_certificate_expiry_save_json_results: yes
  14. openshift_certificate_expiry_generate_html_report: yes
  15. openshift_certificate_expiry_show_all: yes
  16. roles:
  17. - role: openshift_certificate_expiry