The postgres_database module is used to create and manage Postgres databases. Databases can be set as either absent or present
frank:
postgres_database.present
Ensure that the named database is absent
System user all operations should be performed on behalf of
Deprecated since version 0.17.0.
System user all operations should be performed on behalf of
New in version 0.17.0.
Ensure that the named database is present with the specified properties. For more information about all of these options see man createdb(1)
System user all operations should be performed on behalf of
Deprecated since version 0.17.0.
System user all operations should be performed on behalf of
New in version 0.17.0.