0 votes
in Ansible by (19.8k points)
Can you please explain what is an Ansible Playbook?

1 Answer

0 votes
by (30.8k points)

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.

Related questions

0 votes
asked Jan 29, 2020 in Ansible by rajeshsharma (23.1k points)
...