Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruzickap/ansible-raspberry-pi-os
- Owner: ruzickap
- License: apache-2.0
- Created: 2019-07-17T15:54:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T03:24:54.000Z (about 2 months ago)
- Last Synced: 2024-09-16T07:47:24.125Z (about 2 months ago)
- Topics: ansible, grafana, kodi, node-exporter, prometheus, raspberry, raspberrypios, rpi
- Language: Jinja
- Homepage:
- Size: 382 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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"
```