xoxys.postgres/meta/main.yml

27 lines
1.1 KiB
YAML
Raw Normal View History

2019-01-09 21:00:55 +01:00
# Standards: 0.1
2018-10-14 23:22:47 +02:00
---
galaxy_info:
2020-01-30 23:26:11 +01:00
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
author: Robert Kaussow <mail@geeklabor.de>
2020-01-31 11:23:20 +01:00
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.postgres)
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.postgres?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.postgres)
2020-06-04 15:15:58 +02:00
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postgres/src/branch/master/LICENSE)
2020-01-31 11:23:20 +01:00
#
# Setup a [PostgreSQL](https://www.postgresql.org/) database server. PostgreSQL is a powerful,
# open source object-relational database system with over 30 years of active development that
# has earned it a strong reputation for reliability, feature robustness, and performance.
# @end
description: Setup a PostgreSQL database server
2018-10-14 23:22:47 +02:00
license: MIT
2020-01-30 23:26:11 +01:00
min_ansible_version: 2.8
2018-10-14 23:22:47 +02:00
platforms:
2019-01-09 21:00:55 +01:00
- name: EL
versions:
- 7
2018-10-14 23:22:47 +02:00
galaxy_tags:
- db
- postgres
- postgresql
2020-03-21 14:36:04 +01:00
dependencies: []