]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blob - meta/main.yml
2d7ff6152419d1bf62596062629474451ed33d67
[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
18 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']
19
20 dependencies: []