Ansible min version 2.0 + galaxy 1.1 (#9 related)
parent
c8870974ee
commit
d232b7b27d
|
@ -4,15 +4,20 @@ galaxy_info:
|
||||||
description: Install and configure MySQL or MariaDB or Percona server on Debian
|
description: Install and configure MySQL or MariaDB or Percona server on Debian
|
||||||
company:
|
company:
|
||||||
license: GPLv2
|
license: GPLv2
|
||||||
min_ansible_version: 1.8
|
min_ansible_version: 2.0
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- wheezy
|
- wheezy
|
||||||
- jessie
|
- jessie
|
||||||
categories:
|
galaxy_tags:
|
||||||
- database
|
- database
|
||||||
- database:sql
|
- database:sql
|
||||||
- packaging
|
- packaging
|
||||||
|
- mysql
|
||||||
|
- mariadb
|
||||||
|
- percona
|
||||||
|
- replication
|
||||||
|
- debian
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue