Review questions
Do you think you've understood the chapter well enough? Try answering the following questions to test your understanding:
- Is it possible to use Ansible to orchestrate another configuration management tool?
- How can you achieve zero downtime while deploying applications with Ansible?
- What does the
--limit
command do to Ansible playbook? - How would you run a subset of tasks for a given role in a playbook?
- What is the purpose of using pre-tasks and post-tasks?
- What modules can be used to run tests from playbooks?
- Why is the
always
tag special?