this post was submitted on 30 Oct 2024
31 points (91.9% liked)

Linux

48044 readers
774 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi friends, I'm back, this time jotting down some notes around my go-to way to provision VMs using Ansible. This post assumes Debian (Nix may be a future post).

Of course there's many ways to provision a server, and this is just one of them. I hope some of these notes are helpful!

If you have any other ways you prefer to set up a server, that would be cool to share!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 week ago* (last edited 1 week ago) (5 children)

Ansible is a legitimate way to provision a VM, but that's not it's strong suit. You should look into Teraform as it's more industry standard.

[–] [email protected] 3 points 1 week ago (1 children)

Wait can you achieve the same as ansible with terraform?

[–] [email protected] 4 points 1 week ago

To provision VMs yes, to configure them I think Ansible works best. But you can call Ansible from Terraform.

load more comments (3 replies)