ansible-role-postgresql/README.md

12 lines
451 B
Markdown
Raw Permalink Normal View History

# Ansible Role PostgreSQL
2022-09-03 18:00:12 +02:00
Ansible Role to install postgresql and create database with user
Can be used to be included inside other roles to create databases.
Variables:
* postgresql_database -> Name of the database
* postgresql_password -> Name of the database
* postgresql_username -> Name of the database user
Variables have no defaults (imagine a default pw which would be everywhere!!!) and role will not do anything if not all variables given