wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

QuizTime

Total questions: 11

Worksheet time: 2mins

Name
Class
Date
1.

What is Ansible?

a)

An automation platform

b)

A programming language

c)

A GUI interface for programming language interpreter

d)

A device

2.

Ansible playbooks are written in ?

a)

ChefDSL

b)

Groovy

c)

Python

d)

YAML

3.

Which command will you use to run a playbook called install.yaml with Ansible?

a)

ansible install.yml

b)

ansible -p install.yml

c)

ansible --playbook install.yml

d)

ansible-playbook install.yml

4.

Which argument will you use to specify a variable for your Ansible playbook?

a)

f

b)

e

c)

b

d)

a

5.

Ansible playbooks are the basis for a really simple configuration management and multi-machine deployment system, unlike any that already exist, and one that is very well suited to deploying complex applications.

a)

True

b)

False

6.

What does 'become: yes' mean in Ansible playbooks?.

a)

It means that the service needs to be started once installed

b)

It means that we would run all commands as root

c)

It means that the worker node should become a manager node

d)

It means that the command must be retried until it succeeds.

7.

What are the uses of Ansible?.

a)

Free

b)

OS

c)

Push oriented

d)

None.

8.

What is Ansible Galaxy?

a)

installing, creating, and managing roles

b)

managing roles at a more enterprise-level

c)

module library

d)

creating, and managing roles

9.

Ansible is agentless on windows and linux managed nodes?

a)

True

b)

False

10.

Controller node can be Windows host?.

a)

True

b)

False.

11.

What are Ansible Vaults, and why are they used?.

a)

Ansible Vault is a feature that allows keeping all your secrets safe.

b)

It can destroy encrypted files.

c)

lookup plugin.

d)

Ansible Vault is not easy to set up.