Ansible

Ansible

Professional Development

6 Qs

quiz-placeholder

Similar activities

Minecraft

Minecraft

KG - Professional Development

10 Qs

Minecraft (Good luck Jake)

Minecraft (Good luck Jake)

KG - Professional Development

10 Qs

MB-920 D365 ERP Fundamental

MB-920 D365 ERP Fundamental

Professional Development

9 Qs

Ansible-Training-session1

Ansible-Training-session1

Professional Development

6 Qs

RHEL King Final

RHEL King Final

Professional Development

10 Qs

Configuration Management

Configuration Management

Professional Development

7 Qs

DevOps 1

DevOps 1

Professional Development

8 Qs

Accounting Coach (3/8/2024)

Accounting Coach (3/8/2024)

Professional Development

11 Qs

Ansible

Ansible

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Daniela Gonzalez

Used 14+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Ansible?

A tool to execute Linux commands only in many servers

A tool for provisioning, configuration management, and application deployment

A Software to assemble computer hardware.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does orchestration in Ansible mean?

Is the capability to analyze systems and make them faster

Is the Director of a choir composed by ram, CPU, microchips, etc

Is the handling of an orchestra composed by Databases, servers, monitoring systems, etc.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does idempotency mean?

The ability that Ansible has to connect with all servers within the

Inventory

The ability an operation has to be run multiple times without

affecting the result

The way Ansible runs playbooks each new time

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between play and playbook?

A play is list of tasks, whereas a playbook is the file that contents a list of plays

A play refers to the process of running a playbook, playbook is the file that contents a list of tasks

A playbook is a module called to execute a task, whereas a play in the process of running that tasks

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does an Inventory do?

Specify how many times do you want to run a playbook

Specify the list of Host and groups where to apply the playbook

Specify which playbooks apply to the current machine

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the minimum necessary to execute a playbook in any host?

Have Ansible installed, have an inventory, and a playbook

Have an inventory, and a playbook

Have Ansible installed, have a playbook