0 votes
in Ansible by

What is the purpose of the Ansible playbook?

a) To install the Ansible tool

b) To write Python code for automation

c) To define the configuration and deployment steps

d) To manage the Docker containers

1 Answer

0 votes
by

Answer: c) To define the configuration and deployment steps

Explanation: Ansible playbook is used to define the configuration and deployment steps required to automate the process. It is a YAML file that contains a list of tasks to be executed on the target host.

...