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
34 lines
806 B
---
|
|
# Copyright (C) 2014-2019 Maciej Delmanowski <drybjed@gmail.com>
|
|
# Copyright (C) 2015-2019 DebOps <https://debops.org/>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
# Ensure that custom Ansible plugins and modules included in the main DebOps
|
|
# collection are available to roles in other collections.
|
|
collections: [ 'debops.debops' ]
|
|
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
|
|
author: 'Maciej Delmanowski'
|
|
description: 'Install and configure PHPMyAdmin on a MySQL database server'
|
|
company: 'DebOps'
|
|
license: 'GPL-3.0-only'
|
|
min_ansible_version: '1.7.0'
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- quantal
|
|
- raring
|
|
- saucy
|
|
- trusty
|
|
- name: Debian
|
|
versions:
|
|
- wheezy
|
|
- jessie
|
|
galaxy_tags:
|
|
- mysql
|
|
- database
|
|
- php
|