summaryrefslogtreecommitdiffstats
path: root/roles/openshift_certificate_expiry/examples/playbooks/html_and_json_default_paths.yaml
blob: d80cb6ff457c0659ad2fbf12af56a8daa25844a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Generate HTML and JSON artifacts in their default paths:

- name: Check cert expirys
  hosts: nodes:masters:etcd
  become: yes
  gather_facts: no
  vars:
    openshift_certificate_expiry_generate_html_report: yes
    openshift_certificate_expiry_save_json_results: yes
  roles:
    - role: openshift_certificate_expiry