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.
ansible-role-postgresql-dat.../README.md

11 lines
465 B
Markdown
Raw Normal View History

2023-06-17 12:15:41 +00:00
# ansible-role-postgresql-database
2023-12-26 10:35:53 +00:00
⚠️ Code in this repository has been assimilated by the [home/nixos-servers](https://git.kun.is/home/nixos-servers/src/branch/master/legacy) repository.
2023-06-17 12:15:41 +00:00
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.