Getting started with Ansible
Hey there! 👋 In this blog post I’ll be writing about Ansible. I’ve been using it for a little while now and I’d like to share my experience with it and share some knowledge for others starting out! :slight_smile: Let’s begin! 🚀 What is Ansible? Ansible is an open-source automation tool which can be used to automate the management and configuration of servers and other devices. Written in Python, Ansible is agentless and connects over SSH. Some common use-cases for Ansible include (but are not limited to): ...