Customizing Ansible's settings

Ansible has many setting that can be adjusted and controlled using a configuration file called ansible.cfg. This file has multiple options that control many aspects of Ansible, including how Ansible looks and how it connects to managed devices. In this recipe, we will outline how to adjust some of these default settings.