Advertisement
Guest User

Untitled

a guest
Apr 16th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "servers": [{
  3. "description": "server1",
  4. "user": "admin",
  5. "password": "*******",
  6. "ip": "10.*.*.*",
  7. "state": {}
  8. },
  9. {
  10. "description": "server2",
  11. "user": "admin",
  12. "password": "*******",
  13. "ip": "10.*.*.*",
  14. "state": {}
  15. },
  16. {
  17. "description": "server3",
  18. "user": "admin",
  19. "password": "*******",
  20. "ip": "10.*.*.*",
  21. "state": {}
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement