roles/postgresql-server: Deploy PostgreSQL
The *postgresql-server* role installs and configures PostgreSQL on Fedora/RHEL-based distributions.
This commit is contained in:
3
roles/postgresql-server/templates/pg_ident.conf.j2
Normal file
3
roles/postgresql-server/templates/pg_ident.conf.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
{% for item in pg_ident %}
|
||||
{{ item.mapname }} {{ item.system_user }} {{ item.pg_user }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user