diff options
| author | 2024-06-02 19:50:21 +0100 | |
|---|---|---|
| committer | 2024-06-04 19:59:19 +0100 | |
| commit | 91d35698d86299c95573d35aacbf2fb4e635bcd2 (patch) | |
| tree | 04a1b5983111b75c4984ec698542fc775a138008 /ansible/roles/postgres/files/ident.conf | |
| parent | Install PostgreSQL documentation package (diff) | |
Add pg_ident.conf file
Diffstat (limited to 'ansible/roles/postgres/files/ident.conf')
| -rw-r--r-- | ansible/roles/postgres/files/ident.conf | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ansible/roles/postgres/files/ident.conf b/ansible/roles/postgres/files/ident.conf new file mode 100644 index 0000000..786fb46 --- /dev/null +++ b/ansible/roles/postgres/files/ident.conf @@ -0,0 +1,4 @@ +# Managed by Ansible + +# MAP NAME        MATCH VALUE                             DATABASE USERNAME +  mtls_cn_map     /^(\w+)\.postgres\.tls\.pydis\.wtf$     \1 | 
