]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blame - meta/main.yml
Merge pull request #4 from paulRbr/better-loop
[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
17
18 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']
19
20dependencies: []