main.yml 333 B

123456789101112131415161718
  1. ---
  2. galaxy_info:
  3. author: Tim Bielawa
  4. description: OpenShift CFME (Manage IQ) Deployer
  5. company: Red Hat, Inc.
  6. license: Apache License, Version 2.0
  7. min_ansible_version: 2.2
  8. version: 1.0
  9. platforms:
  10. - name: EL
  11. versions:
  12. - 7
  13. categories:
  14. - cloud
  15. - system
  16. dependencies:
  17. - role: lib_openshift
  18. - role: lib_utils