aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'meta/main.yml')
-rw-r--r--meta/main.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000..e0a9f49
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,20 @@
1
2galaxy_info:
3 author: Trainline SAS
4 description: "Install, configure and manage PostgreSQL clusters"
5 license: MIT
6
7 min_ansible_version: 2.0
8
9 platforms:
10 - name: Ubuntu
11 versions:
12 - xenial
13 - name: Debian
14 versions:
15 - jessie
16 - stretch
17
18 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']
19
20dependencies: []