hosts.ini 706 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. [k8s]
  27. worker1
  28. worker2
  29. worker3
  30. worker4
  31. worker5
  32. [kodi]
  33. kodilv
  34. [libreelec]
  35. kodimb
  36. kodijb
  37. [k8s:vars]
  38. ansible_ssh_user=root
  39. [bootstrap:vars]
  40. ansible_ssh_user=root
  41. [kodi:vars]
  42. ansible_ssh_user=root
  43. [libreelec:vars]
  44. ansible_ssh_user=root