main.yaml 386 B

12345678910111213141516171819
  1. ---
  2. galaxy_info:
  3. author: OpenShift Development <dev@lists.openshift.redhat.com>
  4. description: Deploy OpenShift SDN
  5. company: Red Hat, Inc.
  6. license: Apache License, Version 2.0
  7. min_ansible_version: 2.4
  8. platforms:
  9. - name: EL
  10. versions:
  11. - 7
  12. - name: Fedora
  13. versions:
  14. - all
  15. categories:
  16. - openshift
  17. dependencies:
  18. - role: lib_openshift
  19. - role: openshift_facts