1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [bootstrap]
- # put ip address of newly built machines above this line then run:
- # ansible-playbook plays/bootstrap.yml -k
- # OR if building a new NixOS based Kodi box:
- # ansible-playbook plays/bootstrap-kodi.yml -k
- # then
- # ansible-playbook plays/bootstrap-kodi2.yml
- [dhcp]
- 10.0.0.2
- [nas]
- 10.0.0.4
- [tvheadend]
- 10.0.0.8
- [heyu]
- x10
- [arm]
- 10.0.0.9
- [kitchen]
- 10.0.0.15
- [weber]
- 192.168.1.2
- [warchildstory]
- warchildstory.com
- [shareunderware]
- shareunderware.com
- [kodi]
- kodilv
- [libreelec]
- kodimb
- kodijb
- [bootstrap:vars]
- ansible_ssh_user=root
- [kodi:vars]
- ansible_ssh_user=root
- [libreelec:vars]
- ansible_ssh_user=root
|