Question:- What Is The CMDB Database?
Answer:- A CMDB is a sort of database that serves as a data warehouse for IT systems.
Question:- How To Use Ansible Tower?
Answer:- • First, create an Inventory with a sample Host • Then, create a Project where Tower will retrieve the playbook from • Create a credential • Make a template for job
Question:- What Is Ansible Tower?
Answer:- Ansible Tower is Ansible’s user interface, dashboard, and REST API. With role-based, job scheduling, access control, and graphical inventory management, you can manage your Ansible infrastructure from a modern UI. Tower’s REST API and command-line interface make it simple to integrate Tower into current tools and procedures.
Question:- What Language Was The Ansible Engine Written In?
Answer:- • Python • Java • C++ • C#
Question:- What Year Did Ansible First Come Out?
Answer:- • February 2012 • March 2012 • April 2012 • January 2012
Question:- What Is The Default Language In Which Ansible Playbooks Are Written?
Answer:- • XML • HTML • JSON D • YAML
Question:- In Your Ansible Playbook, Which Parameter Will You Use To Specify A Variable?
Answer:- • None of them • -c • -d • -e
Question:- What Does IaC Stand For?
Answer:- • Infrastructure as Code • Integration and Code • Into as Code • Intra as code
Question:- Does YAML Use Tabs For Indentation?
Answer:- • True • False
Question:- By Default, What Is The Inventory File Location?
Answer:- • rolename/tasks/ • playdir/{files|vars|templates}/ • /etc/ansible/hosts • /usr/bin/env
Question:- The Module That Can Be Used To Copy Files From Remote Machine To Control Machine.
Answer:- • copy • fetch • template • file
Question:- What Command Would You Want To Omit Facts From The Host?
Answer:- 1. gatherfacts: no 2. gatherfacts: False 3. i only 4. both 1 and 2
Question:- What Configuration Management Tool Does Not Require The Use Of An Agent?
Answer:- • SaltStack • Ansible • Chef • Puppet
Question:- Ansible Modules Will Make Modifications Each Time You Run A Playbook
Answer:- • True • False
