hosts.ini 735 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. [dhcp]
  9. 10.0.0.2
  10. [nas]
  11. 10.0.0.4
  12. [tvheadend]
  13. 10.0.0.8
  14. [heyu]
  15. x10
  16. [arm]
  17. 10.0.0.9
  18. [kitchen]
  19. 10.0.0.15
  20. [weber]
  21. 192.168.1.2
  22. [warchildstory]
  23. warchildstory.com
  24. [shareunderware]
  25. shareunderware.com
  26. [newsfeed]
  27. newsfeed.fyi
  28. [k8s]
  29. controller1
  30. worker1
  31. worker2
  32. worker3
  33. worker4
  34. [kodi]
  35. kodilv
  36. [libreelec]
  37. kodimb
  38. kodijb
  39. [k8s:vars]
  40. ansible_ssh_user=root
  41. [bootstrap:vars]
  42. ansible_ssh_user=root
  43. [kodi:vars]
  44. ansible_ssh_user=root
  45. [libreelec:vars]
  46. ansible_ssh_user=root