1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- [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
- [stargates]
- alphagate
- betagate
- [alphagate_manual]
- 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
- [newsfeed]
- newsfeed.fyi
- #[weberlist]
- #weberlist.app
- [linode]
- newsfeed.fyi
- shareunderware.com
- warchildstory.com
- weberlist.app
- [kodi]
- [libreelec]
- kodilv
- kodimb
- kodijb
- [bootstrap:vars]
- ansible_ssh_user=root
- [kodi:vars]
- ansible_ssh_user=root
- [libreelec:vars]
- ansible_ssh_user=root
|