Scenario: I have a "template" server with all the services and packages installed which will be replicated on many new servers.
Each newly replicated server will be stood up by installing a specific version of SLES (15 SP4 in this case), then registered and configured for local network.
My plan is to tar up /home, /root, & /usr from my template server and cherry pick config files out of /etc, then extract the tarball on the new server.
My goal is to transfer the list of installed apps and startup services originally managed using YaST from my template server to the new replicated servers.
I suppose the real question I am trying to ask is where or how does SLES/SUSE store installed services and package manager information? Is there a single location or directory I can migrate or is this a much more complicated question?