19 lines
374 B
YAML
19 lines
374 B
YAML
|
galaxy_info:
|
||
|
role_name: postgresql_database
|
||
|
author: Pim Kunis
|
||
|
description: Create a postgresql database and an associated user to access it.
|
||
|
|
||
|
issue_tracker_url: https://git.kun.is/home/ansible-role-postgresql-database/issues
|
||
|
|
||
|
license: GPLv3
|
||
|
|
||
|
min_ansible_version: 1.2
|
||
|
|
||
|
platforms:
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- bookworm
|
||
|
|
||
|
galaxy_tags:
|
||
|
- "postgresql"
|