hosts.ini 954 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. [bootstrap:children]
  9. test
  10. [test]
  11. centos9
  12. centos10
  13. fedora41
  14. debian13
  15. tang
  16. nas-test
  17. chloe-test
  18. chloe-test2
  19. chloe-testnas
  20. [stargates]
  21. alphagate
  22. betagate
  23. [alphagate_manual]
  24. 10.0.0.2
  25. [nas]
  26. 10.0.0.4
  27. [chloe-nas]
  28. 10.0.0.135
  29. [chloe-jump]
  30. 10.0.0.62
  31. [tvheadend]
  32. 10.0.0.8
  33. [heyu]
  34. x10
  35. [arm]
  36. 10.0.0.9
  37. [kitchen]
  38. 10.0.0.15
  39. [weber]
  40. 192.168.1.2
  41. [warchildstory]
  42. warchildstory.com
  43. [shareunderware]
  44. shareunderware.com
  45. [newsfeed]
  46. newsfeed.fyi
  47. [linode]
  48. newsfeed.fyi
  49. shareunderware.com
  50. warchildstory.com
  51. weberlist.app
  52. underware.foo
  53. [kodi]
  54. [libreelec]
  55. kodilv
  56. kodimb
  57. kodijb
  58. [bootstrap:vars]
  59. ansible_ssh_user=root
  60. [kodi:vars]
  61. ansible_ssh_user=root
  62. [libreelec:vars]
  63. ansible_ssh_user=root