=== cpaelzer_ is now known as cpaelzer [20:00] hi evbdy - where can I find good cloud init sample configs? [20:29] raccct: there are some example configs here: https://cloudinit.readthedocs.io/en/latest/topics/examples.html [20:30] also a list of examples here: https://github.com/canonical/cloud-init/tree/main/doc/examples [20:31] falcojr: thanks for the links! I had found the first, the second one looks really nice tho! [20:32] falcojr: could one use cloud-init to preconfigure a lamp server just via config? if so, I assume this was done before, right? [20:34] theoretically, sure. cloud-init can run arbitrary shell scripts so you if there isn't a module that does a specific thing you're looking for, you can always resort to the script [20:36] that said, cloud-init is more focused on the provisioning side of making an instance usable [20:37] falcojr: i see, thanks for the insights! So more user and network, I assume. I just wonder if I'm on the right path trying to launch a lamp server via cloud-init or if there is some more obvious way to go about getting a lamp VM up and running? [20:44] I think it really depends on your needs. If you want to do it with cloud-init, then go ahead. Otherwise, it might be worth searching if other cloud provisioning or configuration management tools are a better fit