hosts.ini 739 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [bootstrap]
  2. worker6
  3. # put ip address of newly built machines above this line then run:
  4. # ansible-playbook plays/bootstrap.yml -k
  5. # OR if building a new NixOS based Kodi box:
  6. # ansible-playbook plays/bootstrap-kodi.yml -k
  7. # then
  8. # ansible-playbook plays/bootstrap-kodi2.yml
  9. [dhcp]
  10. 10.0.0.2
  11. [nas]
  12. 10.0.0.4
  13. [tvheadend]
  14. 10.0.0.8
  15. [heyu]
  16. x10
  17. [arm]
  18. 10.0.0.9
  19. [kitchen]
  20. 10.0.0.15
  21. [weber]
  22. 192.168.1.2
  23. [warchildstory]
  24. warchildstory.com
  25. [shareunderware]
  26. shareunderware.com
  27. [newsfeed]
  28. newsfeed.fyi
  29. [k8s]
  30. worker1
  31. worker2
  32. worker3
  33. worker4
  34. worker5
  35. [kodi]
  36. kodilv
  37. [libreelec]
  38. kodimb
  39. kodijb
  40. [k8s:vars]
  41. ansible_ssh_user=root
  42. [bootstrap:vars]
  43. ansible_ssh_user=root
  44. [kodi:vars]
  45. ansible_ssh_user=root
  46. [libreelec:vars]
  47. ansible_ssh_user=root