This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-servers/legacy/ansible_roles/postgresql_database/README.md

308 B

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.