Our PI is Raspberry PI B+ V1.2
Next are the steps for setting up the raspberry.
-
Download raspbian lite. https://www.raspberrypi.org/downloads/raspbian/
-
Copy the image file into the SD card using Etcher
-
Connect the raspberry and set up the wifi using raspi_config and reboot.
-
Add the IP address to your ansible hosts file /etc/ansible/hosts, like:
[raspberry]
192.168.1.XXX
- Run:
$ ansible-playbook playbook.yml --ask-pass