0 votes
in Ansible by
Can you please explain what is an Ansible Playbook?

1 Answer

0 votes
by

1) The playbook is a file where code for Ansible gets written. 

2) The Playbook follows the YAML format and is an essential feature of Ansible. 

3) The files contained in the Playbook run sequentially. Overall, the Playbook is the building block of Ansible.

...