move all custom ansible roles to this repository
This commit is contained in:
parent
9191405067
commit
7e651545cd
21 changed files with 2217 additions and 21 deletions
18
legacy/ansible_roles/postgresql_database/meta/main.yml
Normal file
18
legacy/ansible_roles/postgresql_database/meta/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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"
|
Reference in a new issue