One of the sweetest side of Ansible is its ultra easy learning curve which allows IT people to grasp it almost instantly. Ansible is known for being entirely plain text which means that also passwords are unencrypted... Or not? This is for you, who are looking for a...
Back in the early days of computers, they were like loners, just sitting there wanting to connect. Then, out of nowhere, a network popped up, linking these once-alone machines into what we now know as the internet. In the time when people had to manually handle...
Welcome to our blog post on building a custom Ansible module! In this tutorial we will show how to create a Python module that we can call through Ansible. We will use the Python Requests that allows us to interact with a website's API. Creating and using a Python...