main.yml 312 B

1234567891011121314151617
  1. ---
  2. galaxy_info:
  3. author: Tim Bielawa
  4. description: OpenShift Certificate Expiry Checker
  5. company: Red Hat, Inc.
  6. license: Apache License, Version 2.0
  7. min_ansible_version: 2.1
  8. version: 1.0
  9. platforms:
  10. - name: EL
  11. versions:
  12. - 7
  13. categories:
  14. - cloud
  15. - system
  16. dependencies:
  17. - role: lib_utils