main.yml 362 B

1234567891011121314151617
  1. ---
  2. galaxy_info:
  3. author: Devan Goodwin
  4. description: Determines the version of OpenShift to install or upgrade to
  5. company: Red Hat, Inc.
  6. license: Apache License, Version 2.0
  7. min_ansible_version: 1.9
  8. platforms:
  9. - name: EL
  10. versions:
  11. - 7
  12. categories:
  13. - cloud
  14. dependencies:
  15. - role: lib_utils
  16. - role: container_runtime
  17. - role: openshift_facts