From 2a874d3fda5cc18c53c8e82b8f5dd9197a85e0f5 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 5 Jul 2020 12:25:34 +0500 Subject: [PATCH] Create PostgreSQL users --- host_vars/postgres.crypto-libertarian.com.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/host_vars/postgres.crypto-libertarian.com.yml b/host_vars/postgres.crypto-libertarian.com.yml index 7bcbcce..c02fb22 100644 --- a/host_vars/postgres.crypto-libertarian.com.yml +++ b/host_vars/postgres.crypto-libertarian.com.yml @@ -17,6 +17,17 @@ common__certbot__cert_domains: common__certbot__post_hook: null common__certbot__pre_hook: null +postgresql_users: + - name: matrix_synapse + password: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 35643162356165376337313538396466333534613666323865636363656264373539646135303136 + 3263643435383866643161333931383430313133633331370a636639303366616132616164306537 + 31333162356131633635303931353931633763386238636461343437363861343565616430666137 + 3738616138303739350a646331323639306464656332383233333664653561313934666366623939 + 65373839653630353830326336376534313136313735343532373232653536653363366132333363 + 6639346134356664313434373664653734366361633935633230 + postgresql_global_config_options: - option: listen_addresses value: '*'