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 public raspberry-pi raspberry-pi-os rpi
Last synced: about 1 year ago
JSON representation
Configure Raspberry Pi OS (RPi) using Ansible
- Host: GitHub
- URL: https://github.com/ruzickap/ansible-raspberry-pi-os
- Owner: ruzickap
- License: apache-2.0
- Created: 2019-07-17T15:54:32.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T04:41:50.000Z (about 1 year ago)
- Last Synced: 2025-04-06T05:23:43.997Z (about 1 year ago)
- Topics: ansible, grafana, kodi, node-exporter, prometheus, public, raspberry-pi, raspberry-pi-os, rpi
- Language: Jinja
- Homepage:
- Size: 655 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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"
```