@Sebastian-Roth perhaps I can achieve the same outcome with snap-ins?
I have batches of Ubuntu machines that I multicast image. I have a bash script in the image that essentially prefigures the machine but it currently need to be run manually as it require two user inputs unique to each machine.
The reason I wanted the IP of each machine was so I could write a script to SSH into each machine from my PC, run the script and populate the unique inputs from a CSV.
It’s not so clear to me the limitations of snap-ins - is this a correct use case?