Summary

A summary of the content covered in the chapter.

This chapter introduced inventories, groups, and Ansible vault.

Inventory

We started with introducing inventories, and the INI file as an inventory source. You learned how to create your first inventory and store group and host variables in it.

Groups

We further introduced groups to keep our inventory clean and better organize the infrastructure. You learned how you could ...