

I would assume/hope that it’s pretty simple to collect all the cables again? Just “walk” once across the field, pick up all the cables, roll them up, and you are done? I am kind of wondering why the operator couldn’t just roll up the cable from their side again after the end of the flight. But I can understand that that is not a priority at that point.
I did the same last week (and am still in the process of setting up more services for my new server). I have a few VMs (running Fedora CoreOS, with podman preinstalled), and I use ansible to push my quadlets, podman secrets, and static configuration files. Persistent data volumes get mounted using virtiofs from the host system, and the VMs are not supposed to contain any state themselves. The VMs are also provisioned using using ansible.
Do you use ansible to automatically restart changed containers after pushing your changes? So far, I just trigger a
systemctl daemon-reload
, but trigger restarts manually (which I guess is fine for development).