hosts.ini 625 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. [kodi]
  27. kodilv
  28. [libreelec]
  29. kodimb
  30. kodijb
  31. [bootstrap:vars]
  32. ansible_ssh_user=root
  33. [kodi:vars]
  34. ansible_ssh_user=root
  35. [libreelec:vars]
  36. ansible_ssh_user=root