Skip to content

Commit c52b46c

Browse files
committed
Add meta/main.yml
Issue vitabaks#95
1 parent f190881 commit c52b46c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

meta/main.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
galaxy_info:
3+
role_name: postgresql_cluster
4+
description: PostgreSQL High-Availability Cluster (based on Patroni).
5+
author: Vitaliy Kukharik ([email protected])
6+
license: MIT
7+
8+
min_ansible_version: 2.7
9+
10+
platforms:
11+
- name: EL
12+
versions:
13+
- 7
14+
- 8
15+
- name: Debian
16+
versions:
17+
- stretch
18+
- buster
19+
- name: Ubuntu
20+
versions:
21+
- bionic
22+
- focal
23+
24+
galaxy_tags:
25+
- postgresql
26+
- high-availability
27+
- cluster
28+
- patroni
29+
- etcd
30+
31+
dependencies: []

0 commit comments

Comments
 (0)