Ansible config for my personal Raspberry Pi running Docker
Tested with a fresh installation of Raspberry Pi OS Lite (64-bit), a port of Debian Bullseye with no desktop environment. Applied to SD card via Raspberry Pi Imager with Advanced options pre-configuring hostname, user, SSH, wifi, and locale settings.
Local SSH config in ~/.ssh/config
:
Host derek
HostName 192.168.1.51
User jason
Port 22
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519