Chapter 2, Installing and Running Ansible

  1. What is the command to install Ansible using pip?

sudo -H pip install ansible

  1. True or false: You can choose exactly which version of Ansible to install or roll back to when using Homebrew.

False

  1. True or false: The Windows Subsystem for Linux runs in a virtual machine.

False

  1. Name three hypervisors that are supported by Vagrant.

VirtualBox, VMware, and Hyper-V

  1. State and explain what a host inventory is.

A host inventory is a list of hosts alongwith options for accessing them which Ansible will target

  1. True or false: Indentation in YAML files is extremely important to their execution and isn't just cosmetic.

True

Get Learn Ansible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.