mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-11 23:54:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
9
ansible/roles/postgresql/templates/pg_hba.conf.j2
Normal file
9
ansible/roles/postgresql/templates/pg_hba.conf.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
# Accès local superuser
|
||||
local all postgres peer
|
||||
# Accès local apps — scram-sha-256
|
||||
local all all scram-sha-256
|
||||
host all all 127.0.0.1/32 scram-sha-256
|
||||
host all all ::1/128 scram-sha-256
|
||||
# Accès depuis le LAN cluster (services k8s futurs)
|
||||
host all all {{ cluster_network }} scram-sha-256
|
||||
Loading…
Add table
Add a link
Reference in a new issue