2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 00:48:46 +01:00
This commit is contained in:
Christian Schnidrig
2016-12-20 23:22:56 +01:00
parent 3a665afb54
commit 181acab247
6 changed files with 81 additions and 2 deletions

View File

@@ -15,7 +15,10 @@ e.g on a mac with sdcard reader that would be:
Insert sdcard into rasberry pi and boot.
### Enable sshd
sudo systemctl enable ssh
### Configure fixed ip address
Edit the file `/etc/dhcpcd.conf` and add the following lines (according to your network) and reboot.
@@ -38,5 +41,12 @@ Check/change other values in group_vars
ansible-playbook -i inventory raspi.yml
## performance tweaks
https://github.com/openhab/openhab/wiki/Hardware-FAQ
# install docker
https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/
curl -sSL https://get.docker.com | sh