wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ANSIBLE 101 Q1

Total questions: 10

Worksheet time: 30mins

Name
Class
Date
1.

What command is used to change directories?

a)

cd

b)

cp

c)

su

d)

ln

2.

What command is used to copy a file?

a)

cd

b)

cp

c)

mv

d)

man

3.

What command creates an empty directory?

a)

makedir

b)

mkdir

c)

dir

d)

directory

4.

What command displays your current username?

a)

chmod

b)

su -l

c)

who

d)

whoami

5.

What command shows you CPU and memory utilization for running processes?

a)

sar

b)

top

c)

proc

d)

uptime

6.

Ansible is a?

a)

Continuous Integration tool

b)

Continuous Monitoring tool

c)

Configuration Management tool

d)

Configuration Deployment tools

7.

How to install ansible using RHEL?

a)

yum -y install ansible

b)

rpm -y ansible

c)

yum updateinfo ansible

d)

apt-get install ansible

8.

Command to verify the current ansible version

a)

ansible -version

b)

ansible --version

c)

yum updateinfo ansible

d)

uname -r

9.

directories to hold variables for group/host

a)

inventory

b)

ansible.cfg

c)

module

d)

plugin

10.

Ansible program files that contains ansible plug-in documentation

a)

ansible

b)

ansible-config

c)

ansible-doc

d)

ansible-playbook