Choose a topic to test your knowledge and improve your Ansible skills
___________ is something that is used for streamlining the development and deployment process.
_________ is a combination of multiple pieces working together to become an automation tool.
What are the features of Ansible?
IaC stands for?
___________ is a repository of Ansible roles that can be shared among users and can be directly dropped into playbooks for execution. C. D.
How many types of modules in Ansible?
YAML or files are like any formatted text file with few sets of rules just like JSON or XML.
In Which Language Ansible engine written?
What language is an Ansible playbooks are written in by default ?
The task is a unit action of Ansible.
NCS has collaborated with Red Hat on several initiatives around Ansible automation. Which are some of those?
Red Hat Ansible Automation Platform offers new features. Which are the ones?
Command to verify the current ansible version
Ansible Content Collections is the new way to build and consume What command shows you CPU and memory utilization for running processes?
What command displays your current username?
How to install ansible using RHEL?
Tests reachability using ping from Cisco IOS network devices
This is a usecase for ansible Facts
In which programming language is Ansible based on?
How do you use variables in ansible?
What extension do the template files in Ansible have?
Which ones are alternatives to Ansible?(choose all that apply)
Ansible is able to deploy and manage automation of your entire IT footprint. Which are the ones that can be managed by Ansible?
Ansible program files that contains ansible plug-in documentation
What is Ansible?
What does orchestration in Ansible mean?
An ______ command is a single, manually-run Ansible task that you want to perform quickly
Which of following commands will check ansible inventory and group variable
Command to check the playbook for syntax errors, but it does not execute it.
Ansible is based on
In which format ansible playbooks are written?
Which option is used for specifying the variable while running ansible playbook?
Ansible is written in
From a playbook, I want to run only 1 task and ignore others. Which of the below can I use?
Which option in ad-hoc command is used to execute a module?
Which of the below creates new authentication key pairs?
Which of tasks run on notifying?
Which of the command line option is used for selecting the username for play?
Which option is used to select inventory file?
___ is used to access shell environment variables?
To increase verbosity during execution of playbook, we can use
Conditional statement in ansible is
Which directory contains default values for variables of a role?
Linux commands can be run using module/s
How to continue running tasks even if a task is failed?
Jinja2 - Guess the output of : {{ [2,2,3,4] | unique }}
Jinja2 - Guess the output of : {{ [2,3,4] | intersect( [4,5,6] ) }}
Jinja2 - Guess the output of : {{ ["Hello","World"] | join(" ") }}
Error handling in block module uses
Which of the below module installs .rpm file on centos/rhel machines?