You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
806 B

  1. ---
  2. # Copyright (C) 2014-2019 Maciej Delmanowski <drybjed@gmail.com>
  3. # Copyright (C) 2015-2019 DebOps <https://debops.org/>
  4. # SPDX-License-Identifier: GPL-3.0-only
  5. # Ensure that custom Ansible plugins and modules included in the main DebOps
  6. # collection are available to roles in other collections.
  7. collections: [ 'debops.debops' ]
  8. dependencies: []
  9. galaxy_info:
  10. author: 'Maciej Delmanowski'
  11. description: 'Install and configure PHPMyAdmin on a MySQL database server'
  12. company: 'DebOps'
  13. license: 'GPL-3.0-only'
  14. min_ansible_version: '1.7.0'
  15. platforms:
  16. - name: Ubuntu
  17. versions:
  18. - precise
  19. - quantal
  20. - raring
  21. - saucy
  22. - trusty
  23. - name: Debian
  24. versions:
  25. - wheezy
  26. - jessie
  27. galaxy_tags:
  28. - mysql
  29. - database
  30. - php