mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
1.1 KiB
1.1 KiB
Odin Proxmox Setup
Requirements
- Proxmox VE 8.2 or higher
Installation
- Flash the Odin Proxmox image to a USB drive.
# writing an ISO image to a USB stick using the dd command
sudo dd if=proxmox-ve_8.2-2.iso of=/dev/sdc bs=1M conv=sync status=progress
- Boot the Odin Proxmox server.
- Configure the server with.
- DISK: btrfs raid0 (raid0)
- Reboot the server.
Post Installation
-
Login to the server UI.
-
Enable ZFS, done in the Proxmox VE web interface.
-
Make proxmox VLAN aware on UI.
-
Change DNS to
1.1.1.1and8.8.8.8 -
Run the following commands:
curl -fsSL https://tailscale.com/install.sh | sh tailscale up --ssh --accept-routes --advertise-exit-node zpool import -f yatta -
Login to the tailscale UI.
-
Run ansible playbooks.
cd ~/homelab/ansible make setup-odin -
Enable smart monitoring:
smartctl -a /dev/sda -
Add cloud images to proxmox UI.