feat: add initial setup for pearl server
This commit is contained in:
parent
2ae759025c
commit
824d7b8a12
14 changed files with 329 additions and 34 deletions
15
README.md
15
README.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue