nixos-servers/legacy/ansible_roles/postgresql_database
2023-12-26 11:34:57 +01:00
..
handlers move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
meta move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
tasks move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
LICENSE move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
README.md move all custom ansible roles to this repository 2023-12-26 11:34:57 +01: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.