hosts.ini 796 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. #[weberlist]
  32. #weberlist.app
  33. [linode]
  34. newsfeed.fyi
  35. shareunderware.com
  36. warchildstory.com
  37. weberlist.app
  38. [kodi]
  39. [libreelec]
  40. kodilv
  41. kodimb
  42. kodijb
  43. [bootstrap:vars]
  44. ansible_ssh_user=root
  45. [kodi:vars]
  46. ansible_ssh_user=root
  47. [libreelec:vars]
  48. ansible_ssh_user=root