feat: add initial setup for pearl server

This commit is contained in:
Jef Roosens 2025-04-24 18:05:28 +02:00
parent 2ae759025c
commit 824d7b8a12
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
14 changed files with 329 additions and 34 deletions

View file

@ -1,8 +1,16 @@
# Raspberry Pi NAS
# Homelab
Ansible configuration repository for my Raspberry Pi's.
Ansible configuration repository for my homelab.
## Initial setup for new systems
## Servers
* `pi`: Raspberry Pi's
* `ruby`
* `sapphire`
* `hetzner`: Hetzner VPS servers
* `pearl`
## Initial setup for new Raspberry Pi
1. Flash [Debian Raspberry Pi](https://raspi.debian.net/) on the SD card.
2. Configure `/boot/firmware/sysconf.txt`
@ -18,3 +26,4 @@ Ansible configuration repository for my Raspberry Pi's.
overwrites the one set in the hosts file
9. Run `ansible-playbook -i initial-hosts.ini first_run.yml`. This command will
hang at the `restart networking` step; at this point you can Ctrl-C.