Ansible Part-2 : Powerful Techniques For Seamless Automation

In this tutorial, we explore powerful techniques for seamless automation that go beyond the basics. It focuses on securing credentials with organizing inventory files, writing clean YAML syntax, using the file and template modules effectively and customizing output colors.  File Module  file module deals with file/directory-related operations. Example :-  Change file permission and ownership Playbook: […]

Ansible Tutorial Part-1 Remarkable Introduction

 Ansible Tutorial In this Ansible Tutorial, you will learn that: It is a RedHat. It is a configuration management tool It is a Push based configuration tool. It is infrastructure as a Code (IaC) but we can manage network, containers, cloud, security, applications using Ansible It is agentless means we need to install Ansible only on the Master node and connect […]