Questions
Let’s try to wrap up some of the essential concepts we learned about in this chapter by completing the following quiz:
- What are idempotent operations or commands in Ansible?
- You want to set up passwordless authentication with your managed hosts. What steps should you follow?
- What is the ad hoc command for checking communication with all your managed hosts?
- Enumerate a few Ansible modules. Try to think of a configuration management scenario where you could use each module.
- Think of a simple playbook that monitors the memory that’s available on your hosts and will notify you if that memory is above a given threshold.