You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2

8 lines
427 B
Django/Jinja

local all all trust
local replication logical_replication trust
host replication logical_replication 127.0.0.1/32 trust
host replication logical_replication 0.0.0.0/0 trust
local all logical_replication trust
host all logical_replication 127.0.0.1/32 trust
host all logical_replication 0.0.0.0/0 trust