Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruzickap/ansible-raspberry-pi-os

Configure Raspberry Pi OS (RPi) using Ansible
https://github.com/ruzickap/ansible-raspberry-pi-os

ansible grafana kodi node-exporter prometheus raspberry raspberrypios rpi

Last synced: 23 days ago
JSON representation

Configure Raspberry Pi OS (RPi) using Ansible

Awesome Lists containing this project

README

        

# ansible-raspberry-pi-os

Configure Raspbian (RPi) using Ansible

## Preparation

1. Build the Raspberry Pi OS image using [create-rpi-image GitHub Action](.github/workflows/create-rpi-image.yml)
1. Flash the image to the SD card
1. Boot the RPi with the SD card
1. Initial user is `pi` with password `raspberry`
1. Run the ansible playbook from shell script [run_ansible-raspbian.sh](run_ansible-raspbian.sh)

## Notes

Decrypt variables:

```bash
cd ansible || exit
ansible localhost -m ansible.builtin.debug -a var="cloudflared_token" -e "@host_vars/raspi.xvx.cz"
```