hosts.ini 753 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [bootstrap]
  2. # put ip address of newly built machines above this line then run:
  3. # ansible-playbook plays/bootstrap.yml -k
  4. # OR if building a new NixOS based Kodi box:
  5. # ansible-playbook plays/bootstrap-kodi.yml -k
  6. # then
  7. # ansible-playbook plays/bootstrap-kodi2.yml
  8. [stargates]
  9. alphagate
  10. betagate
  11. [alphagate_manual]
  12. 10.0.0.2
  13. [nas]
  14. 10.0.0.4
  15. [tvheadend]
  16. 10.0.0.8
  17. [heyu]
  18. x10
  19. [arm]
  20. 10.0.0.9
  21. [kitchen]
  22. 10.0.0.15
  23. [weber]
  24. 192.168.1.2
  25. [warchildstory]
  26. warchildstory.com
  27. [shareunderware]
  28. shareunderware.com
  29. [newsfeed]
  30. newsfeed.fyi
  31. [linode]
  32. newsfeed.fyi
  33. shareunderware.com
  34. warchildstory.com
  35. [kodi]
  36. [libreelec]
  37. kodilv
  38. kodimb
  39. kodijb
  40. [bootstrap:vars]
  41. ansible_ssh_user=root
  42. [kodi:vars]
  43. ansible_ssh_user=root
  44. [libreelec:vars]
  45. ansible_ssh_user=root