From d0bc90e08c29e881c388c6803ed9c49dff1f1776 Mon Sep 17 00:00:00 2001 From: Paul B Date: Fri, 31 Aug 2018 11:49:09 +0200 Subject: Initial commit open sourcing Postgresql Ansible role --- meta/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/main.yml (limited to 'meta') 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 @@ + +galaxy_info: + author: Trainline SAS + description: "Install, configure and manage PostgreSQL clusters" + license: MIT + + min_ansible_version: 2.0 + + platforms: + - name: Ubuntu + versions: + - xenial + - name: Debian + versions: + - jessie + - stretch + + galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication'] + +dependencies: [] -- cgit v1.2.3