As a user who manages multiple sites (with the number constantly growing), I would like to be able to bypass the manual initialization with a startup file like cloud-init.
Currently, there is a work-around where you can restore from a generic backup, or directly modify the configuration file to skip configuration, but it would be nice to have a YAML file only consuned on the initial launch that sets up the system.
The main benefit is being able to make slight changes to a common config file that would allow an entirely new setup. For example, changinf a variable name to âJohnsonâ could change all of the basic naming schemes for the home, default users, etc.
Fair enough. The only challenge is that this would need to happen before you add integrations.
How would you suggest solving that issue? Perhaps making a backup of a system with just the custom integration and using the existing restore functionality?