Advertisement
Guest User

Untitled

a guest
Jan 9th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ---
  2. source:
  3. default: http
  4. debug: false
  5. http:
  6. url: http://127.0.0.1/api/v0/oxidized
  7. map:
  8. name: hostname
  9. model: os
  10. group: group
  11. headers:
  12. X-Auth-Token: 'xxx'
  13. output:
  14. default: git
  15. git:
  16. user: Oxidized
  17. email: o@example.com
  18. repo: "/var/lib/oxidized/git-repos/default.git"
  19. groups:
  20. core:
  21. username: coreadmin
  22. password: xxx
  23. access:
  24. username: accessadmin
  25. password: xxx
  26. model_map:
  27. iosxe: ios
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement