- Which component of Ansible allows you to define a block to execute task groups as a play?
A) handler
B) service
C) hosts
D) tasks
E) name
- Which basic syntax from the YAML format do you use to start a file?
A) ###
B) ---
C) %%%
D) ===
E) ***
- True or false – in order to interpret and transform output data in Ansible, you need to use Jinja2 templates.
A) True
B) False