Go to file
Alexander Gabriel 572dd6d204 Merge branch 'test' 2023-06-25 00:28:11 +02:00
tasks grant schema permission 2023-06-25 00:24:59 +02:00
LICENSE Initial commit 2022-09-03 18:00:12 +02:00
README.md first version of ansible role for postgresql 2022-09-03 18:14:47 +02:00

README.md

Ansible Role PostgreSQL

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