diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/main.yml | 20 |
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 | |||
2 | galaxy_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 | |||
20 | dependencies: [] | ||