- What is the command to install Ansible using pip?
sudo -H pip install ansible
- True or false: You can choose exactly which version of Ansible to install or roll back to when using Homebrew.
False
- True or false: The Windows Subsystem for Linux runs in a virtual machine.
False
- Name three hypervisors that are supported by Vagrant.
VirtualBox, VMware, and Hyper-V
- 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
- True or false: Indentation in YAML files is extremely important to their execution and isn't just cosmetic.
True