No description
This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-06-17 14:15:41 +02:00
handlers init 2023-06-17 14:15:41 +02:00
meta init 2023-06-17 14:15:41 +02:00
tasks init 2023-06-17 14:15:41 +02:00
LICENSE init 2023-06-17 14:15:41 +02:00
README.md init 2023-06-17 14:15:41 +02:00

ansible-role-postgresql-database

Ansible role to create a postgresql database and an associated database role allowed to access it over the network.

Parameters

  • database_name: Name of the database.
  • database_user: Name of the database user.
  • database_password: Password of the database user.