Skip to content

Ansible scripts for configuring a RPi to automatically display the output of an attached RPi HQ Camera Module

Notifications You must be signed in to change notification settings

majellatech/rpihqcam-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

rpihqcam-ansible

An Ansible playbook for provisioning a Raspberry Pi to display the output of a Raspberry Pi HQ Camera Module on boot.

Prerequisites

  • A Raspberry Pi (we used a 4GB Raspberry Pi 4 Model B)
  • A monitor
  • Ansible

Instructions

  1. Write Raspberry Pi OS Lite to SD card
  2. Add an empty file named ssh to the root of the boot partition (see here)
  3. Boot the Raspberry Pi and make sure it's connected to a wired network (you don't have to close the dialog windows, they will be closed by the playbook)
  4. Set the ansible_host variable in hosts to the Raspberry Pi's local IP address (e.g. as seen in the bottom right of the "Welcome to Raspberry Pi" startup wizard)
  5. Run ssh pi@[ip-here] to add the Raspberry Pi to the SSH known hosts
  6. Run ansible-playbook -i hosts setup-role.yml
  7. Reboot the Raspberry Pi

About

Ansible scripts for configuring a RPi to automatically display the output of an attached RPi HQ Camera Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published