Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Infrastructure as Code
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Infrastructure as Code

Just wondering, does anyone here uses IaC to provision their servers? Be it in Terraform or Ansible? Or just everything manual or random scripts from github eg YABS / wireguard config? Also do you have a place to manage all your servers or just randomly forget you have certain vps idling

Comments

  • tjntjn Member
    edited October 2023

    I use Ansible to manage my servers and infrastructure.
    Don't use it to provision anything though, I still do that manually - it... feels more secure?
    And I don't have 1,000's of servers I guess.

    I usually write my own roles to install and configure the services I use the most.
    Sometimes I use scripts as there's not much use re-inventing the wheel, eg: https://get.docker.com/

Sign In or Register to comment.