diff options
author | Paul B <paul.bonaud@capitainetrain.com> | 2018-08-31 11:49:09 +0200 |
---|---|---|
committer | Paul B <paul.bonaud@capitainetrain.com> | 2018-08-31 12:00:24 +0200 |
commit | d0bc90e08c29e881c388c6803ed9c49dff1f1776 (patch) | |
tree | e5f633a7461f3d339ef89758fc7bb3f1b91563d3 /meta | |
download | ansible-postgresql-role-d0bc90e08c29e881c388c6803ed9c49dff1f1776.tar.gz ansible-postgresql-role-d0bc90e08c29e881c388c6803ed9c49dff1f1776.tar.zst ansible-postgresql-role-d0bc90e08c29e881c388c6803ed9c49dff1f1776.zip |
Initial commit open sourcing Postgresql Ansible role1.0.0
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: [] | ||