DICE-UNC / de-ansible

0 stars 0 forks source link

update postgresql hba_conf template to accept wildcard ip for db_address #20

Open michael-conway opened 8 years ago

michael-conway commented 8 years ago

right now the /mumble is hard coded in template, make that part of db_address like in the pg_hba.conf.j2


# IPv4 local connections:
host    all             all             127.0.0.1/32            md5
host    all             all             {{db_address}}/32          md5