- Of the commands that provide information about your host inventory that we have covered in this chapter, which ships with Ansible by default?
The ansible-inventory command
- True or false: Variable files that have strings encrypted with Ansible Vault will work with versions of Ansible lower than 2.4.
False
- What command would you run to get an example of how you should call the yum module as part of your task?
You would use the ansible-doc command
- Explain why you would want to run single modules against hosts within your inventory.
You would use a single module if you want to use Ansible to run an ad hoc command against several hosts in a controlled way.