aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta/main.yml
blob: e0a9f498c64550f2de393254af6e7eb7e771b109 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
galaxy_info:
  author: Trainline SAS
  description: "Install, configure and manage PostgreSQL clusters"
  license: MIT

  min_ansible_version: 2.0

  platforms:
  - name: Ubuntu
    versions:
      - xenial
  - name: Debian
    versions:
      - jessie
      - stretch

  galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']

dependencies: []