summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs/meta/main.yml
blob: 2975daf527f48ccc2565ca1b88cb73ef00484aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
galaxy_info:
  author: Andrew Butcher
  description: OpenShift NFS Server
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 1.9
  platforms:
  - name: EL
    versions:
    - 7
dependencies:
- { role: os_firewall }
- { role: openshift_common }
- { role: openshift_repos }