31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
# Standards: 0.2
|
|
---
|
|
galaxy_info:
|
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
|
author: Robert Kaussow <mail@thegeeklab.de>
|
|
namespace: xoxys
|
|
role_name: postgres
|
|
# @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)
|
|
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postgres/src/branch/master/LICENSE)
|
|
#
|
|
# 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
|
|
license: MIT
|
|
min_ansible_version: 2.10
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- db
|
|
- postgres
|
|
- postgresql
|
|
dependencies: []
|
|
collections:
|
|
- community.general
|