55c7252327
Creates the user and the database provided by the environment variable. These are currently duplicated in postgres.env so we might want to find a way to have them in only one place. I tried my best at keeping the pg_hba.conf file secure for the server, but I am no expert so it'd be great if someone could check it out.
5 lignes
146 o
INI
5 lignes
146 o
INI
[webservers]
|
|
127.0.0.1:2200 ansible_connection=ssh ansible_ssh_user=vagrant
|
|
|
|
[dbs]
|
|
127.0.0.1:2200 ansible_connection=ssh ansible_ssh_user=vagrant
|