main.yml 312 B

123456789101112131415
  1. ---
  2. galaxy_info:
  3. author: Andrew Butcher
  4. description: OpenShift NFS Server
  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. dependencies:
  13. - { role: os_firewall }
  14. - { role: openshift_common }
  15. - { role: openshift_repos }