config.json 747 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {"servers":
  2. [
  3. {
  4. "username": "s01",
  5. "name": "node1",
  6. "type": "xen",
  7. "host": "host1",
  8. "location": "🇨🇳",
  9. "password": "USER_DEFAULT_PASSWORD",
  10. "monthstart": 1
  11. },
  12. {
  13. "username": "s02",
  14. "name": "node2",
  15. "type": "vmware",
  16. "host": "host2",
  17. "location": "🇯🇵",
  18. "password": "USER_DEFAULT_PASSWORD",
  19. "monthstart": 1
  20. },
  21. {
  22. "disabled": true,
  23. "username": "s03",
  24. "name": "node3",
  25. "type": "Nothing",
  26. "host": "host3",
  27. "location": "🇫🇷",
  28. "password": "USER_DEFAULT_PASSWORD",
  29. "monthstart": 1
  30. },
  31. {
  32. "username": "s04",
  33. "name": "node4",
  34. "type": "kvm",
  35. "host": "host4",
  36. "location": "🇰🇷",
  37. "password": "USER_DEFAULT_PASSWORD",
  38. "monthstart": 1
  39. }
  40. ]
  41. }