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

  min_ansible_version: 2.5

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

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

dependencies: []