Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.38 KB | None | 0 0
  1. postgresql:
  2.   access:
  3.     app:
  4.       type: host
  5.       user: "postgres"
  6.       database: "postgres"
  7.       method: "md5"
  8.       weight: "80"
  9.       network:
  10.        - "{{ inventory_hostname|ipaddr('host') }}"
  11.       label: app    
  12.   schema:
  13.     databases:
  14.       postgres:
  15.         owner: postgres
  16.     users:
  17.       postgres:
  18.         password: postgres
  19.         flags: LOGIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement