Final answer:
The correct configuration management tool that utilizes playbooks written in YAML is Ansible. It is an open-source tool designed for automation tasks, including configuration management and application deployment, written in an easy-to-understand language.
Step-by-step explanation:
The configuration management tool that stores its configurations in "playbooks" written in YAML is a. Ansible.Ansible is an open-source IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. Designed for multi-tier deployments since day one, Ansible models IT infrastructure by describing how all systems inter-relate, rather than just managing one system at a time. It uses playbooks to describe automation jobs, and playbooks use a very simple language (YAML) which allows users to describe automation jobs in a way that approaches plain English.
The configuration management tool that stores its configurations in "playbooks" written in YAML is Ansible.Ansible is an open-source automation tool that helps in configuring and managing systems. It uses playbooks written in YAML to define the tasks and configurations required for automation.YAML (YAML Ain't Markup Language) is a human-readable data serialization format. With YAML, complex data structures and configurations can be expressed in a simple and intuitive way, making it easier for users to understand and manage the automation process using Ansible.