default.yaml 247 B

12345678910
  1. ---
  2. # Default behavior, you will need to ensure you run ansible with the
  3. # -v option to see report results:
  4. - name: Check cert expirys
  5. hosts: nodes:masters:etcd
  6. become: yes
  7. gather_facts: no
  8. roles:
  9. - role: openshift_certificate_expiry