0 votes
in Ansible by
ansible playbook structure

1 Answer

0 votes
by
Playbooks are the files where Ansible code is written. Playbooks are written in YAML format. YAML stands for Yet Another Markup Language. Playbooks are one of the core features of Ansible and tell Ansible what to execute. They are like a to-do list for Ansible that contains a list of tasks.

Playbooks contain the steps which the user wants to execute on a particular machine. Playbooks are run sequentially. Playbooks are the building blocks for all the use cases of Ansible.

Related questions

0 votes
asked Oct 7, 2020 in Ansible by Robindeniel
+2 votes
asked May 8, 2020 in Ansible by SakshiSharma
...