Q.1
How to install ansible using RHEL?
  • yum -y install ansible
  • rpm -y ansible
  • yum updateinfo ansible
  • apt-get install ansible
Q.2
Command to verify the current ansible version
  • ansible -version
  • ansible --version
  • yum updateinfo ansible
  • uname -r
Q.3
Directories to hold variables for group/host
  • inventory
  • ansible.cfg
  • module
  • plugin
Q.4
Ansible program files that contains ansible plug-in documentation
  • ansible
  • ansible-config
  • ansible-doc
  • ansible-playbook
Q.5
What command is used to change directories?
  • cd
  • cp
  • su
  • ln
0 h : 0 m : 1 s