]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blame - meta/main.yml
Merge pull request #11 from paulrbr-fl/postgresql-12
[github/fretlink/ansible-postgresql-role.git] / meta / main.yml
CommitLineData
d0bc90e0
P
1
2galaxy_info:
3 author: Trainline SAS
4 description: "Install, configure and manage PostgreSQL clusters"
5 license: MIT
6
f1a9ab46 7 min_ansible_version: 2.5
d0bc90e0
P
8
9 platforms:
10 - name: Ubuntu
11 versions:
12 - xenial
13 - name: Debian
14 versions:
15 - jessie
16 - stretch
0415357e 17 - buster
d0bc90e0
P
18
19 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']
20
21dependencies: []