12345678910111213141516171819 |
- ---
- galaxy_info:
- author: Jan Safranek, Troy Dawson
- description: Create LVM volumes and use them as openshift persistent volumes.
- company: Red Hat, Inc.
- license: license (Apache)
- min_ansible_version: 2.2
- platforms:
- - name: EL
- versions:
- - 7
- - name: Fedora
- versions:
- - all
- categories:
- - openshift
- dependencies:
- - role: openshift_facts
- - role: lib_utils
|