We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f190881 commit c52b46cCopy full SHA for c52b46c
meta/main.yml
@@ -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
17
+ - stretch
18
+ - buster
19
+ - name: Ubuntu
20
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