]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blob - meta/main.yml
tests: running tests on all supported PG versions
[github/fretlink/ansible-postgresql-role.git] / meta / main.yml
1
2 galaxy_info:
3 author: Trainline SAS
4 description: "Install, configure and manage PostgreSQL clusters"
5 license: MIT
6
7 min_ansible_version: 2.5
8
9 platforms:
10 - name: Ubuntu
11 versions:
12 - xenial
13 - name: Debian
14 versions:
15 - jessie
16 - stretch
17 - buster
18
19 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']
20
21 dependencies: []