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...
cloudWerkstatt weiß aus Erfahrung, dass die effiziente Verwaltung, Konfiguration und Bereitstellung von Infrastrukturen und Applikationen in einer modernen IT-Landschaft für jedes Unternehmen entscheidend ist. Eine der besten Möglichkeiten, dies zu erreichen, ist Red...
Automate Reporting with Ansible Ansible is a powerful tool known for its capabilities in configuration management and application deployment. However, it can be extended to handle another essential task: automated reporting. Leveraging Ansible's modules and automation...
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...