Ansible is an opensource software, which is used for configuration management . Ansible is written in python language, it supports YAML language for configuration management. Ansible is idempotance in nature , it supports declarative language . In ansible, playbook is created for configuration automaticly . In playbook all the steps…