Comment on How do you manage your home server configuration?
atzanteol@sh.itjust.works 6 days ago
Terraform and ansible. Script service configuration and use source control. Containerize services where possible to make them system agnostic.
Comment on How do you manage your home server configuration?
atzanteol@sh.itjust.works 6 days ago
Terraform and ansible. Script service configuration and use source control. Containerize services where possible to make them system agnostic.
Anonymouse@lemmy.world 6 days ago
How do you decide what’s for Terraform and what’s for Ansible?
atzanteol@sh.itjust.works 5 days ago
They’re good at different things.
Terraform is better at “here is a configuration file - make my infrastructure look like it” and Ansible is better at “do these things on these servers”.
In my case I use Terraform to create proxmox VMs and then Ansible provisions and configures software on those VMs.