Ubuntu August 3, 2022Ali Imran Nagori4 min readUbuntu Ansible “Debug” Module Practical tutorial about the Ansible debug module and its various cases for printing variables or messages on the terminal output during execution. Read More
CentOS August 3, 2022Ali Imran Nagori4 min readCentOS Using Tags in Ansible Playbook Practical guide on how to use the tags with Ansible playbooks for imparting flexibility in the automation process through some basic examples. Read More
CentOS August 3, 2022Ali Imran Nagori4 min readCentOS How to Replace a String in a File Using Ansible In this post, we will explore how to replace any string in a file using Ansible. Ansible has a ‘ansible.builtin.replace’ module for the same purpose. Read More