Skip to content

This repository comprises some of the playbooks that abstract the repeatable tasks of flashing an OS image onto Raspberry Pi's SD card and cloning a repo to get started with basics of electronics.

License

Notifications You must be signed in to change notification settings

sujayy1983/RaspberryPi3-InitialSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description: Raspberry Pi3 quick setup

Author: Sujayyendhiren RS
 Step1: Basic edits to that ll get us started without much configuration
        (i) Edit hosts file as per your setup.
        (ii) Setup public private keypair and update ansible.cfg

 Step2: To setup OS image of our choice. The playbook is tested on MAC and this
lets us copy an OS image onto the SD card inserted into the MAC.

        Command:
          ansible-playbook -i hosts --tags jui rasp_os_deploy/deploy_os.yml 
                                or 
          ansible-playbook -i hosts --tags jlite rasp_os_deploy/deploy_os.yml 

 Step3: To clone practice code that gets you started with basic electronics.
          ansible-playbook -i hosts --tags init software_onpi/initial_setup.yml 

About

This repository comprises some of the playbooks that abstract the repeatable tasks of flashing an OS image onto Raspberry Pi's SD card and cloning a repo to get started with basics of electronics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published