aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta/main.yml
blob: 2d7ff6152419d1bf62596062629474451ed33d67 (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.5

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

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

dependencies: []