The foundation
Track 3 built your ~/.ssh/config. Fleet management lives on top of it. Every script, every loop, every Ansible playbook works because ssh hostname just works — no flags, no IPs, consistent settings.
Group hosts in config files
Plain text host lists turn the SSH config into a fleet inventory. Keep them in ~/.fleet/ or your dotfiles repo: one file per logical group, one host per line. Every fleet tool can read these — shell loops, pssh, even Ansible.