Guest User

Untitled

a guest
Mar 7th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {'baremetal': {'hosts': []}, 'localhost': {'hosts': ['127.0.0.1']}}
  2. {}
  3. {
  4. "baremetal": {
  5. "hosts": [
  6. "server1"
  7. ]
  8. },
  9. "_meta": {
  10. "hostvars": {
  11. "server1": {
  12. "host_groups": [
  13. "baremetal"
  14. ],
  15. "uuid": "e5d7b25e-c647-403c-9f90-f9349a35f0e2",
  16. "driver_info": {
  17. "power": {
  18. "ipmi_address": "x.x.x.x",
  19. "ipmi_username": "anupbmc",
  20. "ipmi_password": "pass"
  21. }
  22. },
  23. "addressing_mode": "dhcp",
  24. "name": "server1",
  25. "nics": [
  26. {
  27. "mac": "B4:96:39:ED:88"
  28. },
  29. {
  30. "mac": "B4:96:39:ED:89"
  31. }
  32. ],
  33. "driver": "ipmi",
  34. "instance_info": {
  35. "image_source": "http://172.25.103.21:8080/user_ubuntu.qcow2"
  36. },
  37. "properties": {
  38. "cpu_arch": "x86_64",
  39. "ram": "196608",
  40. "disk_size": "512",
  41. "cpus": "112"
  42. }
  43. }
  44. }
  45. },
  46. "localhost": {
  47. "hosts": [
  48. "127.0.0.1"
  49. ]
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment