hosts.ini 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. [stargates]
  12. sgc
  13. alphagate
  14. [sgc_manual]
  15. 10.0.0.1
  16. [alphagate_manual]
  17. 10.0.0.2
  18. [nas]
  19. 10.0.0.4
  20. [chloe-nas]
  21. 10.0.0.135
  22. [chloe-jump]
  23. 10.0.0.62
  24. [tvheadend]
  25. 10.0.0.8
  26. [heyu]
  27. x10
  28. [arm]
  29. 10.0.0.9
  30. [kitchen]
  31. 10.0.0.15
  32. [weber]
  33. 192.168.1.2
  34. [warchildstory]
  35. warchildstory.com
  36. [shareunderware]
  37. shareunderware.com
  38. [newsfeed]
  39. newsfeed.fyi
  40. [linode]
  41. newsfeed.fyi
  42. shareunderware.com
  43. warchildstory.com
  44. weberlist.app
  45. underware.foo
  46. [kodi]
  47. [libreelec]
  48. kodilv
  49. kodimb
  50. kodijb
  51. [bootstrap:vars]
  52. ansible_ssh_user=root
  53. [kodi:vars]
  54. ansible_ssh_user=root
  55. [libreelec:vars]
  56. ansible_ssh_user=root