Rerun prettier & fix fluff up
This commit is contained in:
parent
cb3149926c
commit
f4264162c9
9 changed files with 42 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
|||
postgres_host: '192.168.178.165'
|
||||
postgres_port: '5432'
|
||||
postgres_db: 'newsreader'
|
||||
postgres_user: 'newsreader'
|
||||
postgres_host: "192.168.178.165"
|
||||
postgres_port: "5432"
|
||||
postgres_db: "newsreader"
|
||||
postgres_user: "newsreader"
|
||||
postgres_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
32613132353864633832306363626432343063616433343830623064326166653231313334636463
|
||||
|
|
@ -11,10 +11,10 @@ postgres_password: !vault |
|
|||
38623566363265373230386535303332363564393234636561663761353235303132373865353530
|
||||
6138663238346363383737633133383638383962386236343565
|
||||
|
||||
pgbouncer_listen_address: '127.0.0.1'
|
||||
pgbouncer_port: '6432'
|
||||
pgbouncer_name: 'newsreader'
|
||||
pgbouncer_user: 'newsreader'
|
||||
pgbouncer_listen_address: "127.0.0.1"
|
||||
pgbouncer_port: "6432"
|
||||
pgbouncer_name: "newsreader"
|
||||
pgbouncer_user: "newsreader"
|
||||
pgbouncer_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38613333336663643735396637373664363432343633653161633463373536653964656266356564
|
||||
|
|
|
|||
Reference in a new issue