Would that be something like this for a dynamic network config as an example?
network: version: 1 config: - type: physical name: enX0 subnets: - type: static address: 192.168.99.{index}/24 gateway: 192.168.99.1 - type: nameserver address: - 172.31.31.1 - 192.168.45.11 search: - example.tldI plan to test this at some point, but I don't do a whole lot of bulk provisioning myself. Just curious.