Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 508 Bytes

Raspberry at Axiacore door

Our PI is Raspberry PI B+ V1.2

Next are the steps for setting up the raspberry.

  1. Download raspbian lite. https://www.raspberrypi.org/downloads/raspbian/

  2. Copy the image file into the SD card using Etcher

  3. Connect the raspberry and set up the wifi using raspi_config and reboot.

  4. Add the IP address to your ansible hosts file /etc/ansible/hosts, like:

[raspberry]
192.168.1.XXX
  1. Run:
$ ansible-playbook playbook.yml --ask-pass