ansible-galaxy install trainline-eu.ansible_postgresql_role
```
-
#### Dependencies
No dependencies
- :interrobang: - maybe works, not tested
- :no_entry: - PostgreSQL has reached EOL
-
#### Variables
```yaml
databases:
- dbname: my_database # Mandatory
owner: john # Mandatory
+ extensions: # Optional
+ - names: [ 'postgis', 'postgis_topology' ]
+ apt_deps: [ 'postgresql-11-postgis' ]
# Postgres config (Optional)
postgres_log_line_prefix: '%m [%p] database: %d host: %h user: %u '