top of page
What is Ansible Playbook?
Before discussing Ansible Playbook let’s understand Ansible. In IT, doing repetitive tasks is not interesting and is also considered non-productive. So, Red Hat started an open source community project? “ Ansible ” which is a simple automation tool that helps teams to automate most of their IT tasks. Now the question arises how do they do it? The answer is Ansible playbook . An Ansible playbook is a file that contains a set of instructions (tasks) that are executed by Ansible
Chandan Rajpurohit
May 15, 20231 min read
bottom of page