Ansible playbook to do basic setup of a Raspberry Pi.
Go to file
Michael Hope f0b3de8372 main: add the no manpages block. 2017-09-03 15:22:26 +02:00
boot boot: add the newly required flags for wpa_supplicant. 2017-09-03 13:38:26 +02:00
roles/pi main: add the no manpages block. 2017-09-03 15:22:26 +02:00
README.md pibase: create a basic config forked from pipoint. 2017-05-18 21:57:17 +02:00
linux-config-v1 linux: added a fairly minimal linux config. 2017-07-02 15:11:54 +02:00
playbook.yml hostname: use the SSH key as entropy as the Pi Zero has no IP address. 2017-07-02 12:17:35 +02:00

README.md

pibase: Ansible playbook to do basic setup of a Raspberry Pi

  • Copy /boot/* to /boot on the SD card

  • Edit /boot/wpa_supplicant.conf for your network

  • Boot the pi

  • Create hosts

    [pis] 192.168.0.222

  • Run the playbook ansible-playbook -i hosts -k playbook.yml

Note

This is not an official Google product.

-- Michael Hope michaelh@juju.net.nz mlhx@google.com