Guest User

Untitled

a guest
Jun 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. clients:
  2. - client1:
  3. postgres_users:
  4. - name: user1
  5. pass: mypassword1
  6. - name: user3
  7. pass: mypassword2
  8. postgres_user_priv_ssh_key: |
  9. a
  10. multiline
  11. var
  12. postgres_user_pub_ssh_key: "ssh-rsa blahblahblah"
  13. - client2:
  14. postgres_users:
  15. - name: user3
  16. pass: mypassword3
  17. - name: user4
  18. pass: mypassword4
  19. postgres_user_priv_ssh_key: |
  20. a.n.other
  21. multiline
  22. var
  23. postgres_user_pub_ssh_key: "ssh-rsa blahblahblahdeblah"
  24.  
  25. hostname:port:database:username:password
Add Comment
Please, Sign In to add comment