Incrementing servers
The servers module will provision a number of identical and fully operational servers based on the count parameter. A count parameter of 10 will provision ten servers with system volumes and network connectivity.
The server name parameter with a value of server%02d
will appended the name with the incremental count. For example, server01, server02, server03, and so forth.
The auto_increment parameter can be set to false
to disable this feature and provision a single server.
Last updated