This ansible project will set up your raspberry pi, it will install some packages and change the default password. It is a quick and easy way to do all the setup work.
You will need SSH access to your pi, if you don't how to set this up watch this video.
-
Update cashe and install ansible and git
sudo apt update && sudo apt install git ansible -y
-
Clone this repo and cd into it
git clone https://github.com/apennootog/raspberry-pi-setup.git && cd raspberry-pi-setup
-
Copy
config.yml.example
toconfig.yml
and customize it to your likingYou can do this with any command line based text editor, for example: nano (
nano config.yml.example
) -
Run the playbook
ansible-playbook main.yml -k -K
The default ssh password is rasberry and the sudo password should be the same if you haven't changed it
- Changes to default password to a one you configure
- Updates the pi
- Installs nmap (optional)
- Installs nodejs (optional)
- Installs docker (optional)
- Installs python3 and pip3
- Updates will come soon
MIT
This project was created in 2021 by apennootog