Learn Ansible
上QQ阅读APP看书,第一时间看更新

Questions

  1. What is the command to install Ansible using pip?
  2. True or false: You can choose exactly which version of Ansible to install or roll back to when using Homebrew.
  3. True or false: The Windows Subsystem for Linux runs in a virtual machine.
  4. Name three hypervisors that are supported by Vagrant.
  5. State and explain what a host inventory is.
  6. True or false: Indentation in YAML files is extremely important to their execution and isn't just cosmetic.
  7. Update the final playbook to install a service of your choice and have it notify a handler to start the service with its default configuration.