main.yml 331 B

12345678910111213141516171819
  1. ---
  2. galaxy_info:
  3. author: Thomas Wiest
  4. description: Common base RHEL atomic configurations
  5. company: Red Hat
  6. # Some suggested licenses:
  7. # - BSD (default)
  8. # - MIT
  9. # - GPLv2
  10. # - GPLv3
  11. # - Apache
  12. # - CC-BY
  13. license: Apache
  14. min_ansible_version: 1.2
  15. platforms:
  16. - name: EL
  17. versions:
  18. - 7
  19. dependencies: []