I'll try to gather all my automations/server setups here
All homeserver/home related IT stuff
Currently provisioned with debian12
- Default user account ssh setup
mkdir .ssh
chmod 700 .ssh
wget -o .ssh/authorized_keys github.com/nce.keys
chmod 600 .ssh/authorized_keys- Ansible requirements
apt install sudo
echo "nce ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoersansible-galaxy install -r ansible/requirements.yaml
# Limited to this machine
ansible-playbook -l t8 site.yaml