Part 2:Expanding the Capabilities of Ansible
In this section, we will cover the important concepts of Ansible plugins and modules. We will cover both their effective use and how to expand Ansible’s capabilities by writing your own plugins, modules, and collections. We’ll even look at the requirements for submitting your modules and plugins back to the official Ansible project. We’ll also look at coding best practices, as well as some advanced Ansible techniques that allow you to safely automate your infrastructure even when you are working with a clustered environment.
This section contains the following chapters:
- Chapter 5, Creating and Consuming Modules
- Chapter 6, Creating and Consuming Collections
- Chapter 7, Creating and Consuming Plugins
- Chapter 8, Coding Best Practices
- Chapter 9, Advanced Ansible Topics