Configure Raspbian (RPi) using Ansible
- Build the Raspberry Pi OS image using create-rpi-image GitHub Action
- Flash the image to the SD card
- Boot the RPi with the SD card
- Initial user is
pi
with passwordraspberry
- Initial user is
- Run the ansible playbook from shell script run_ansible-raspbian.sh
Decrypt variables:
cd ansible || exit
ansible localhost -m ansible.builtin.debug -a var="cloudflared_token" -e "@host_vars/raspi.xvx.cz"