Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. scripts/helpers.py --inventory
  2. /home/neoll/nornir-napalm-netbox-demo/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  3. InsecureRequestWarning,
  4. /home/neoll/nornir-napalm-netbox-demo/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  5. InsecureRequestWarning,
  6. /home/neoll/nornir-napalm-netbox-demo/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  7. InsecureRequestWarning,
  8. {'defaults': {'connection_options': {},
  9. 'data': {},
  10. 'hostname': None,
  11. 'password': None,
  12. 'platform': None,
  13. 'port': None,
  14. 'username': None},
  15. 'groups': {},
  16. 'hosts': {'Pirog17-dr1': {'connection_options': {},
  17. 'data': {'asset_tag': None,
  18. 'model': 'ccr1036-8g-2s',
  19. 'role': 'router',
  20. 'serial': '',
  21. 'site': 'miran-01-03-13',
  22. 'vendor': 'Mikrotik'},
  23. 'groups': [],
  24. 'hostname': 'IP',
  25. 'password': 'SOMEPAS',
  26. 'platform': 'mikrotik-ros',
  27. 'port': None,
  28. 'username': 'USER'},
  29. 'asarta-mx5': {'connection_options': {},
  30. 'data': {'asset_tag': None,
  31. 'model': 'mx5-t',
  32. 'role': 'router',
  33. 'serial': '',
  34. 'site': 'miran-01-03-13',
  35. 'vendor': 'Juniper'},
  36. 'groups': [],
  37. 'hostname': 'IP',
  38. 'password': 'PAS',
  39. 'platform': 'juniper-junos',
  40. 'port': None,
  41. 'username': 'USER'}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement