https://github.com/secloudunimore/demopi
Mirror of the Demo Pi repo from our GitLab
https://github.com/secloudunimore/demopi
ansible raspberry-pi
Last synced: 3 months ago
JSON representation
Mirror of the Demo Pi repo from our GitLab
- Host: GitHub
- URL: https://github.com/secloudunimore/demopi
- Owner: SECloudUNIMORE
- License: mit
- Created: 2024-10-15T10:39:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-31T08:25:07.000Z (over 1 year ago)
- Last Synced: 2025-03-29T22:13:21.377Z (over 1 year ago)
- Topics: ansible, raspberry-pi
- Language: Shell
- Homepage: https://git.wl.ing.unimore.it/secloudlab/demopi
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Demo Pi
=======
A platform for showcasing activities based on Raspberry Pi hardware.
Installation
------------
1. write the Raspberry Pi OS image to a microSD card
2. run the `bootstrap.sh` script inside the `bootfs` partition
3. insert the card into the Raspberry Pi board and power it up
4. connect the Raspberry Pi board and the controlling machine to the same network
(ensure your mDNS resolver is working properly)
5. authorize your SSH key:
```sh
ssh-copy-id -i ~/.ssh/ @demopi.local
```
6. run the Ansible Playbook:
```sh
ansible-playbook -i inventory --user main.yml
```
License
-------
This work is licensed under the terms and conditions of the MIT permissive license.