Collection of tools to install a family raspberry (= secured).
- Get latest raspbian image: https://www.raspberrypi.org/downloads/raspbian/
- Write the image to an sd card: https://www.raspberrypi.org/documentation/installation/installing-images/README.md
- Create a '/boot/ssh' file to enable ssh on reboot (warning: do it if you are on a secure network only)
- Boot
Once booted:
- Install ansible and git:
apt-get install ansible git
- Configure your system. Copy inventory.sample as inventory then edit it.
- Get the family_box project:
git clone https://github.com/seb4stien/family_box.git
- Run the ansible playbook:
ansible-playbook -i inventory -c local local.yml