Configuration Management using Ansible - 2

Configuration Management using Ansible - 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Kuis Optimalisasi Kombel dalam Pengelolaan Kinerja PMM

Kuis Optimalisasi Kombel dalam Pengelolaan Kinerja PMM

Professional Development

10 Qs

Team Quiz 1

Team Quiz 1

Professional Development

10 Qs

GGF - Leadership

GGF - Leadership

University - Professional Development

12 Qs

Maintenance Planning & Application

Maintenance Planning & Application

Professional Development

15 Qs

Kuis Sumbang Saran

Kuis Sumbang Saran

University - Professional Development

10 Qs

Google Classroom

Google Classroom

Professional Development

10 Qs

Service Beyond Limits: Level Up Your Service

Service Beyond Limits: Level Up Your Service

Professional Development

15 Qs

KC 37

KC 37

Professional Development

10 Qs

Configuration Management using Ansible - 2

Configuration Management using Ansible - 2

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Medium

Created by

Sharique Kamal

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you encrypt a file using Ansible Vault?

ansible-vault encrypt <filename>

ansible encrypt-vault <filename>

ansible-vault encrypt –file <filename>

ansible-encrypt encrypt <filename>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Ansible Galaxy?

Store Ansible Playbooks

It acts as a community and helps store Ansible Modules

It acts as a community and helps store Ansible Roles and Collection

Store sensitive data via ansible vault

Answer explanation

Ansible Galaxy is a hub for sharing Ansible roles and collections. It acts as a community place for users to find and share reusable Ansible roles and collections

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the keyword "become" in an Ansible playbook?

To switch to a different playbook

To switch to a different (typically privileged) user on target nodes

To switch to a different (typically privileged) user on controller

To convert ansible modules into a role

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following parameter helps add / modify permissions for a file in Ansible "file" module?

mode

group

owner

state

present

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I want to make sure that my nginx service is in running state on my target nodes. How can i ensure it?

By using the “action” parameter with the value “start”

By providing the name of the service as a parameter to the module

By using the “service” parameter with the value “start”

By using the “state” parameter with the value “started”

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Ansible module “setup”?

To set up a new target system with the necessary software and configurations

To gather facts about a target system, such as hardware and software information

To automate the deployment of software to a target system

To configure network settings on a target system

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Ansible modules can be used to create a directory on target nodes?

template

package

file

directory

lineinfile

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?