10 lines
465 B
Markdown
10 lines
465 B
Markdown
# ansible-role-postgresql-database
|
|
|
|
⚠️ Code in this repository has been assimilated by the [home/nixos-servers](https://git.kun.is/home/nixos-servers/src/branch/master/legacy) repository.
|
|
|
|
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.
|