main.yml 332 B

1234567891011121314151617
  1. ---
  2. galaxy_info:
  3. author: Jan Safranek
  4. description: Partition disks and use them as Kubernetes NFS physical volumes.
  5. company: Red Hat, Inc.
  6. license: license (Apache)
  7. min_ansible_version: 2.2
  8. platforms:
  9. - name: EL
  10. versions:
  11. - 7
  12. - name: Fedora
  13. versions:
  14. - all
  15. categories:
  16. - cloud
  17. dependencies: []