Ansible

Ansible

Professional Development

6 Qs

quiz-placeholder

Similar activities

LOGISTICS -2

LOGISTICS -2

Professional Development

10 Qs

QUIZ OJT 85

QUIZ OJT 85

Professional Development

10 Qs

Quiz September 2022

Quiz September 2022

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Internet of Things (IoT)

IT ENGLISH: Research Project Topics - Internet of Things (IoT)

Professional Development

10 Qs

Transaction Processing Systems Quiz

Transaction Processing Systems Quiz

Professional Development

10 Qs

MTA 98-368 STUDY GUIDE

MTA 98-368 STUDY GUIDE

11th Grade - Professional Development

9 Qs

Inventory Management System Quiz

Inventory Management System Quiz

Professional Development

10 Qs

Enterprise Systems (B27)

Enterprise Systems (B27)

Professional Development

10 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