Skip to content

Scripts and configuration for the Raspberry Pi at our door

License

Notifications You must be signed in to change notification settings

axiacore/axia-office

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts and configuration for the Raspberry Pi at our door

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages