** Setup notes for full raspi server This build installs k3s, then runs plex and transmission as images
These steps are now automated in the k3s task. Below are notes on previous manual process: To install k3s from script:
sudo nano /boot/cmdline.txt
cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory
- added this to tasks already
sudo reboot
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --disable=traefik --flannel-backend=host-gw --tls-san=192.168.1.85 --bind-address=192.168.1.85 --advertise-address=192.168.1.85 --node-ip=192.168.1.85 --cluster-init" sh -s -
This process is manual, after code install ansible task. It requires a registration code: code tunnel service install
https://support.nordvpn.com/hc/en-us/articles/20164827795345-Connect-to-NordVPN-using-Linux-Terminal
Because tailscale requires registration code as well, this part is manual after the task runs: sudo tailscale login
After settuing up the pi, move the sd installation to nvme
https://www.jeffgeerling.com/blog/2023/nvme-ssd-boot-raspberry-pi-5
https://rpi-clone.jeffgeerling.com/
dtparam=pciex1
sudo rpi-eeprom-config --edit
BOOT_ORDER=0xf416
curl https://raw.githubusercontent.com/geerlingguy/rpi-clone/master/install | sudo bash
sudo rpi-clone nvme0n1