That concludes our whistle-stop tour of AWX. In this chapter, we showed that AWX is easy to install and configure once you know the core four-step process involved, and how to build on this with features such as surveys, notifications, and workflows.
You learned that AWX is easy to install (in fact, it installs with Ansible itself!), and how to add SSL encryption to it. You then built on this with an understanding of how the platform works, and how to go from a fresh install to building out projects, inventories, credentials, and templates to run Ansible jobs. There are many additional features that build on this, which were covered in the final part of this chapter in order to help you build a robust enterprise management system for Ansible.
From here, we will return to the Ansible language and look at the benefits of the Jinja2 templating system.