123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [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
- [newsfeed]
- newsfeed.fyi
- [k8s]
- worker1
- worker2
- worker3
- worker4
- worker5
- [kodi]
- kodilv
- [libreelec]
- kodimb
- kodijb
- [k8s:vars]
- ansible_ssh_user=root
- [bootstrap:vars]
- ansible_ssh_user=root
- [kodi:vars]
- ansible_ssh_user=root
- [libreelec:vars]
- ansible_ssh_user=root
|