Ansible

Ansible

Professional Development

6 Qs

quiz-placeholder

Similar activities

MTA 98-368 STUDY GUIDE

MTA 98-368 STUDY GUIDE

11th Grade - Professional Development

9 Qs

SIRI Day 2 Review

SIRI Day 2 Review

Professional Development

11 Qs

Ignite 2019

Ignite 2019

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

Prueba Diagnostica Modulo 2

Prueba Diagnostica Modulo 2

Professional Development

10 Qs

Network Inventory (SKY) - ANN Basic

Network Inventory (SKY) - ANN Basic

Professional Development

3 Qs

Prems Slides Review 1.0

Prems Slides Review 1.0

Professional Development

10 Qs

MB -310

MB -310

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