Questions

  1. 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

  1. Which basic syntax from the YAML format do you use to start a file?

A) ###

B) ---

C) %%%

D) ===

E) ***

  1. True or false – in order to interpret and transform output data in Ansible, you need to use Jinja2 templates.

A) True

B) False